self.logger -> self.logger.error

This commit is contained in:
Michael Bradley, Jr 2018-08-20 13:38:04 -05:00
parent 1e97a6478b
commit 04a5e3335d
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}
});