File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ the `MongoDB Download Center
58
58
Behavior Updates
59
59
~~~~~~~~~~~~~~~~
60
60
61
- The legacy ``mongo`` shell error handling different was not consistent
62
- between commands. ``mongosh`` now standardizes the user-facing behavior
63
- here. Whenever a shell helper issues a db command that results in
64
- ``{ ok: 0 }`` ``mongosh`` throwsan error. Running the raw command,
65
- however, does not throw an exception and prints the server output .
61
+ The legacy ``mongo`` shell error handling was not consistent between
62
+ commands. ``mongosh`` now standardizes the user-facing behavior.
63
+ Whenever a shell helper issues a command that results in ``{ ok: 0 }``
64
+ ``mongosh`` throws an exception and does not return the raw output from
65
+ the server.
66
66
67
67
Bug Fixes
68
68
~~~~~~~~~
You can’t perform that action at this time.
0 commit comments