Skip to content

Commit caf684b

Browse files
committed
remove --experimental-repl-await
1 parent 4fcfb81 commit caf684b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli-repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"scripts": {
1818
"compile-ts": "tsc -p tsconfig.json",
19-
"start": "node --experimental-repl-await bin/mongosh.js start",
20-
"start-async": "node --experimental-repl-await bin/mongosh.js start --async",
19+
"start": "node bin/mongosh.js start",
20+
"start-async": "node bin/mongosh.js start --async",
2121
"test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 --colors -r ts-node/register \"./{src,test}/**/*.spec.ts\"",
2222
"test-ci": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register \"./{src,test}/**/*.spec.ts\"",
2323
"pretest-e2e": "npm run compile-ts",

0 commit comments

Comments
 (0)