We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff6c67 commit cf20daeCopy full SHA for cf20dae
bin/nodeunit
@@ -4,11 +4,6 @@ var
4
fs = require('fs'),
5
path = require('path');
6
7
-// TODO: remove this when https://github.com/joyent/node/pull/1312
8
-// lands in core.
9
-//
10
-// Until then, use console.log from npm (https://gist.github.com/1077544)
11
-require('../deps/console.log');
12
13
//require.paths.push(process.cwd());
14
var args = (process.ARGV || process.argv).slice(2);
deps/console.log.js
0 commit comments