Answer the question
In order to leave comments, you need to log in
How to make gulp output error to console?
Hello, how can I do in Gulp so that the error message is displayed in full format with "Details", otherwise when using
.pipe(plumber({errorHandler: notify.onError("Error: <%= error.message %>", title: "Ошибка")}))
[23:55:36] gulp-notify: [Ошибка] sass\test.scss
Error: Invalid CSS after "}": expected 1 selector or at-rule, was "sdsddfsdfdjgggfd;"
on line 14 of sass/test.scss
>> }
-^
Details:
status: 1
file: D:/ProjectRuby/portal_template/sass/test.scss
line: 14
column: 2
formatted: Error: Invalid CSS after "}": expected 1 selector or at-rule, was "sdsddfsdfdjgggfd;"
on line 14 of sass/test.scss
>> }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question