mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-07 11:23:36 +00:00
fix(test): use logger instead of engine.logger
This commit is contained in:
parent
7811211f91
commit
af48788ab5
@ -35,7 +35,7 @@ class Test {
|
||||
return callback();
|
||||
}
|
||||
if (!this.ipc.connected) {
|
||||
this.engine.logger.error("Could not connect to Embark's IPC. Is embark running?");
|
||||
this.logger.error("Could not connect to Embark's IPC. Is embark running?");
|
||||
if(!this.options.inProcess) process.exit(1);
|
||||
}
|
||||
return this.connectToIpcNode(callback);
|
||||
|
Loading…
x
Reference in New Issue
Block a user