Skip to content

Commit b69b793

Browse files
committed
add show stack by default
1 parent fd0a7b8 commit b69b793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = function (processors, options) {
7474
}
7575

7676
function handleError (error) {
77-
var errorOptions = { fileName: file.path }
77+
var errorOptions = { fileName: file.path, showStack: true }
7878
if (error.name === 'CssSyntaxError') {
7979
error = error.message + error.showSourceCode()
8080
errorOptions.showStack = false

0 commit comments

Comments
 (0)