We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2454beb commit b579b70Copy full SHA for b579b70
packages/cli-repl/src/mongosh-repl.ts
@@ -260,7 +260,7 @@ class MongoshNodeRepl implements EvaluationListener {
260
repl = asyncRepl.start({
261
// 'repl' is not supported in startup snapshots yet.
262
// eslint-disable-next-line @typescript-eslint/no-var-requires
263
- //start: require('pretty-repl').start,
+ start: require('pretty-repl').start,
264
input: this.lineByLineInput,
265
output: this.output,
266
prompt: '',
0 commit comments