Regression in JS error reporting from 4.0

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.1.9
    • Affects Version/s: None
    • Component/s: JavaScript, Shell
    • None
    • Fully Compatible
    • ALL
    • Dev Tools 2019-03-11
    • 50
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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
      

              Assignee:
              Gabriel Russell (Inactive)
              Reporter:
              Mathias Stearn
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: