Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
test-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Feb 23, 2015
1 parent 19b5e3c commit d59e01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ function afterBuild(options) {
function build(options) {
var arguments = ['node_modules/pangyp/bin/node-gyp', 'rebuild'].concat(options.args);

console.log(['Building:', process.runtime.execPath].concat(arguments).join(' '));
console.log(['Building: node'].concat(arguments).join(' '));

var proc = spawn(process.runtime.execPath, arguments, {
var proc = spawn('node', arguments, {
stdio: [0, 1, 2]
});

Expand Down

0 comments on commit d59e01f

Please # to comment.