Skip to content

Commit

Permalink
fix: Add cwd option to instrument command (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFinlay authored and coreyfarrell committed Mar 19, 2019
1 parent 91e02c6 commit 051d95a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/instrument.js
Expand Up @@ -73,6 +73,7 @@ exports.handler = function (argv) {
produceSourceMap: argv.produceSourceMap,
extension: argv.extension,
require: argv.require,
cwd: argv.cwd,
compact: argv.compact,
preserveComments: argv.preserveComments,
esModules: argv.esModules,
Expand Down

0 comments on commit 051d95a

Please sign in to comment.