mirror of
https://github.com/status-im/react-native.git
synced 2025-01-12 18:44:25 +00:00
[cli] Formatting
This commit is contained in:
parent
a5463c4c10
commit
31a0c95f69
@ -18,9 +18,9 @@ module.exports = function(newWindow) {
|
||||
} else {
|
||||
if (/^win/.test(process.platform)) {
|
||||
child_process.spawn('node', [
|
||||
path.resolve(__dirname, '..', 'packager', 'packager.js'),
|
||||
'--projectRoots',
|
||||
process.cwd(),
|
||||
path.resolve(__dirname, '..', 'packager', 'packager.js'),
|
||||
'--projectRoots',
|
||||
process.cwd(),
|
||||
], {stdio: 'inherit'});
|
||||
} else {
|
||||
child_process.spawn('sh', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user