Results of async functions are lost when executing in parallel shell

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • Server Serverless 2023-08-07
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      If you run the following code

      startParallelShell(async () => {
          throw new Error('intentionally thrown');
      }, undefined, true)();
      

      the shell will print a {} result, and report that the parallel shell completed successfully.

            Assignee:
            Matt Broadstone
            Reporter:
            Matt Broadstone
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: