Update sass dep and test new error message
This commit is contained in:
parent
51d57afc73
commit
a1979f11b1
3 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ module Middleman
|
|||
begin
|
||||
@engine.render
|
||||
rescue ::Sass::SyntaxError => e
|
||||
::Sass::SyntaxError.exception_to_css(e, full_exception: true)
|
||||
::Sass::SyntaxError.exception_to_css(e)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue