-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: JavaScript, Shell
-
None
-
Fully Compatible
-
ALL
-
Dev Tools 2019-03-11
-
50
4.0:
> throw 'asdf'; 2019-02-11T13:12:58.926-0500 E QUERY [js] uncaught exception: asdf > throw 1; 2019-02-11T13:13:17.958-0500 E QUERY [js] uncaught exception: 1
master:
> throw 'asdf'; 2019-02-11T13:13:24.415-0500 E QUERY [js] Unknown Failure from JSInterpreter > throw 1; 2019-02-11T13:13:25.671-0500 E QUERY [js] Unknown Failure from JSInterpreter