Skip to content

Commit

Permalink
Make @error fatal. Resolves sass#967.
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Mar 19, 2015
1 parent bb10765 commit 21cc378
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 21cc378

Please # to comment.