Skip to content

Commit

Permalink
[fix] Addons support
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 12, 2012
1 parent 1c4d8d1 commit 1f8ea74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/chroot_runner.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node1

require.paths.unshift('/usr/lib/node_modules');
var spawn = require('child_process').spawn;
Expand Down Expand Up @@ -204,4 +204,4 @@ var myPid = daemon.start();
};
child_watcher_timer = setInterval(child_watcher, 750);
});
})();
})();

0 comments on commit 1f8ea74

Please sign in to comment.