Commit d8cf3147 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Fix eject on Windows (#58)

parent e0558bc4
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -11,7 +11,7 @@ var fs = require('fs');
var path = require('path');
var rl = require('readline');
var rimrafSync = require('rimraf').sync;
var spawnSync = require('child_process').spawnSync;
var spawnSync = require('cross-spawn').sync;
var prompt = function(question, cb) {
var rlInterface = rl.createInterface({
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment