mirror of https://github.com/embarklabs/embark.git
self.logger -> self.logger.error
This commit is contained in:
parent
1e97a6478b
commit
04a5e3335d
|
@ -99,7 +99,7 @@ class Pipeline {
|
|||
return next(`Webpack build exited with code ${code} before the process finished`);
|
||||
}
|
||||
if (code) {
|
||||
self.logger(__('Webpack build process exited with code ', code));
|
||||
self.logger.error(__('Webpack build process exited with code ', code));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue