Following the pattern used everywhere else in this repo

This commit is contained in:
Sagar V 2019-10-29 02:22:28 +05:30 committed by Sean Yesmunt
parent 209ee7d6c7
commit 71d5d1baf6

View file

@ -1,5 +1,5 @@
const callable = () => {
throw Error('Need to fix this stub');
throw new Error('Need to fix this stub');
};
export const remote = {