mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 12:11:16 +00:00
revert trace
This commit is contained in:
parent
ef9fbb5b6e
commit
5179eea56f
@ -24,7 +24,7 @@ class SwarmProcess extends ProcessWrapper {
|
||||
`--password=${fs.dappPath(this.storageConfig.account.password)}`,
|
||||
`--corsdomain=${self.cors.join(',')}`
|
||||
];
|
||||
console.error('Starting swarm process with arguments: ' + args.join(' '));
|
||||
console.trace('Starting swarm process with arguments: ' + args.join(' '));
|
||||
this.child = child_process.spawn(this.command, args);
|
||||
|
||||
this.child.on('error', (err) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user