Docs: fix lint error in docs/gulpfile.js
This commit is contained in:
Родитель
71b86c51fa
Коммит
c299e2e423
|
@ -80,7 +80,7 @@ const handleOk = function(results) {
|
|||
*/
|
||||
const handleError = function(e) {
|
||||
stopServer();
|
||||
console.error(e);
|
||||
console.error(e); // eslint-disable-line no-console
|
||||
throw e; // Throw to exit process with status 1.
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче