mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Merge branch 'master' of github.com:gorhill/uBlock
This commit is contained in:
commit
d30c6544e3
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
* @returns {Error} Throws a `RangeError` with the applicable error message.
|
||||
*/
|
||||
function error(type) {
|
||||
throw RangeError(errors[type]);
|
||||
throw new RangeError(errors[type]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue