Skip to content

Commit 051d95a

Browse files
AndrewFinlaycoreyfarrell
authored andcommitted
fix: Add cwd option to instrument command (#1024)
1 parent 91e02c6 commit 051d95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/commands/instrument.js

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ exports.handler = function (argv) {
7373
produceSourceMap: argv.produceSourceMap,
7474
extension: argv.extension,
7575
require: argv.require,
76+
cwd: argv.cwd,
7677
compact: argv.compact,
7778
preserveComments: argv.preserveComments,
7879
esModules: argv.esModules,

0 commit comments

Comments
 (0)