Skip to content

Commit

Permalink
Update packages/browser-repl/scripts/sync-to-compass.js
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Henningsen <[email protected]>
  • Loading branch information
lerouxb and addaleax authored Dec 9, 2024
1 parent 5ab819b commit 45946cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser-repl/scripts/sync-to-compass.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const libDir = path.resolve(__dirname, '..', 'lib');
const destDir = path.dirname(
child_process.execFileSync(
'node',
['-e', "console.log(require.resolve('@mongosh/browser-repl'))"],
['-p', "require.resolve('@mongosh/browser-repl')"],
{ cwd: process.env.COMPASS_HOME, encoding: 'utf-8' }
)
);
Expand Down

0 comments on commit 45946cb

Please sign in to comment.