cross-spawn-cb 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,9 +6,7 @@ var fs = require('fs');
|
|
|
6
6
|
var tmpdir = require('os').tmpdir || require('os-shim').tmpdir;
|
|
7
7
|
var cp = require('child_process');
|
|
8
8
|
var JSON = require('../json-buffer');
|
|
9
|
-
var sleep = function () {
|
|
10
|
-
cp.exec('echo ""')
|
|
11
|
-
};
|
|
9
|
+
var sleep = function () {};
|
|
12
10
|
|
|
13
11
|
var temp = path.normalize(path.join(tmpdir(), 'spawn-sync'));
|
|
14
12
|
|