mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-17 08:07:51 +00:00
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`);
|
return next(`Webpack build exited with code ${code} before the process finished`);
|
||||||
}
|
}
|
||||||
if (code) {
|
if (code) {
|
||||||
self.logger(__('Webpack build process exited with code ', code));
|
self.logger.error(__('Webpack build process exited with code ', code));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user