Update sass dep and test new error message

This commit is contained in:
Thomas Reynolds 2014-08-20 09:48:03 -07:00
parent 51d57afc73
commit a1979f11b1
3 changed files with 3 additions and 3 deletions

View file

@ -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