Skip to content

Commit b579b70

Browse files
committed
fixup: duh
1 parent 2454beb commit b579b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-repl/src/mongosh-repl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class MongoshNodeRepl implements EvaluationListener {
260260
repl = asyncRepl.start({
261261
// 'repl' is not supported in startup snapshots yet.
262262
// eslint-disable-next-line @typescript-eslint/no-var-requires
263-
//start: require('pretty-repl').start,
263+
start: require('pretty-repl').start,
264264
input: this.lineByLineInput,
265265
output: this.output,
266266
prompt: '',

0 commit comments

Comments
 (0)