Skip to content

Commit 3b42e82

Browse files
committed
bin/ramda: enable debug messages for npm-install-to
1 parent 6515c20 commit 3b42e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ramda

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if (process.argv.indexOf('-v') >= 0 ||
44
process.argv.indexOf('-vv') >= 0 ||
55
process.argv.indexOf('--verbose') >= 0) {
6-
require('debug').enable('ramda-cli:*');
6+
require('debug').enable("ramda-cli:*,npm-install-to");
77
}
88

99
require('debug')('ramda-cli:bin')('init');

0 commit comments

Comments
 (0)