diff --git a/src/platforms/web/stubs.js b/src/platforms/web/stubs.js index 8b24209bd..44762a56b 100644 --- a/src/platforms/web/stubs.js +++ b/src/platforms/web/stubs.js @@ -1,5 +1,5 @@ const callable = () => { - throw Error('Need to fix this stub'); + throw new Error('Need to fix this stub'); }; export const remote = {