Following the pattern used everywhere else in this repo
This commit is contained in:
parent
209ee7d6c7
commit
71d5d1baf6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const callable = () => {
|
||||
throw Error('Need to fix this stub');
|
||||
throw new Error('Need to fix this stub');
|
||||
};
|
||||
|
||||
export const remote = {
|
||||
|
|
Loading…
Reference in a new issue