From 71d5d1baf6b71907dc53f96807f72fcb880b9dfb Mon Sep 17 00:00:00 2001 From: Sagar V Date: Tue, 29 Oct 2019 02:22:28 +0530 Subject: [PATCH] Following the pattern used everywhere else in this repo --- src/platforms/web/stubs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {