Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Server Serverless 2023-08-07
Description
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.