-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: CLI Module, Shell API
-
None
-
2
-
Iteration Hamburg
-
Not Needed
Legacy shell:
> quit(10) $ echo $? 10
mongosh:
> quit(10) $ echo $? 0
We should probably also try to ensure that process.exitCode is honored when no explicit code is passed.