Skip to content

Commit 45946cb

Browse files
lerouxbaddaleax
andauthored
Update packages/browser-repl/scripts/sync-to-compass.js
Co-authored-by: Anna Henningsen <[email protected]>
1 parent 5ab819b commit 45946cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-repl/scripts/sync-to-compass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const libDir = path.resolve(__dirname, '..', 'lib');
1616
const destDir = path.dirname(
1717
child_process.execFileSync(
1818
'node',
19-
['-e', "console.log(require.resolve('@mongosh/browser-repl'))"],
19+
['-p', "require.resolve('@mongosh/browser-repl')"],
2020
{ cwd: process.env.COMPASS_HOME, encoding: 'utf-8' }
2121
)
2222
);

0 commit comments

Comments
 (0)