Skip to content

Commit

Permalink
Made spawn compatible with Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
yolandavdvegt committed Nov 19, 2016
1 parent 913c71a commit c770a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -53,6 +53,7 @@
"url-loader": "^0.5.7",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"win-spawn": "^2.0.0",
"xo": "^0.9.0"
},
"xo": {
Expand Down
2 changes: 1 addition & 1 deletion starter.js
Expand Up @@ -4,7 +4,7 @@

const net = require('net');
const path = require('path');
const spawn = require('child_process').spawn;
const spawn = require('win-spawn');
const sleep = require('sleep').sleep;
const config = require('./config');
const win32 = process.platform === 'win32';
Expand Down

0 comments on commit c770a89

Please sign in to comment.