Skip to content

Commit

Permalink
Merge pull request sass#971 from asottile/error_fatal
Browse files Browse the repository at this point in the history
Make @error fatal.  Resolves sass#967.
  • Loading branch information
xzyfer committed Mar 19, 2015
2 parents bb10765 + 21cc378 commit 3681c48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,7 @@ namespace Sass {
}

string result(unquote(message->perform(&to_string)));
Backtrace top(backtrace, e->pstate(), "");
cerr << "Error: " << result;
cerr << top.to_string(true);
cerr << endl << endl;
error(result, e->pstate());
return 0;
}

Expand Down

0 comments on commit 3681c48

Please # to comment.