We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6515c20 commit 3b42e82Copy full SHA for 3b42e82
bin/ramda
@@ -3,7 +3,7 @@
3
if (process.argv.indexOf('-v') >= 0 ||
4
process.argv.indexOf('-vv') >= 0 ||
5
process.argv.indexOf('--verbose') >= 0) {
6
- require('debug').enable('ramda-cli:*');
+ require('debug').enable("ramda-cli:*,npm-install-to");
7
}
8
9
require('debug')('ramda-cli:bin')('init');
0 commit comments