Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace execSync with fallback-exec-sync
  • Loading branch information
pmurias committed Feb 23, 2015
1 parent 7c23582 commit 042dab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vm/js/nqp-runtime/io.js
@@ -1,7 +1,7 @@
var fs = require('fs-ext');
var sleep = require('sleep');
var iconv = require('iconv-lite');
var execSync = require('execSync');
var execSync = require('fallback-exec-sync');

var Hash = require('./hash.js');

Expand Down
2 changes: 1 addition & 1 deletion src/vm/js/nqp-runtime/package.json
Expand Up @@ -10,7 +10,7 @@
"fs-ext": "*",
"sleep": "*",
"iconv-lite": "*",
"execSync": "*",
"fallback-exec-sync": "*",
"node-int64": "*",
"sha1": "*"
}
Expand Down

0 comments on commit 042dab4

Please sign in to comment.