-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
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.