Skip to content

Commit

Permalink
Make @error fatal. Resolves #967.
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Mar 19, 2015
1 parent bb10765 commit 05dc97d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,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 05dc97d

Please sign in to comment.