fix #1847 tab doesn't work for invalid css when emmet is enabled

This commit is contained in:
nightwing 2014-03-31 20:34:34 +04:00
commit 9c53d96c12

View file

@ -368,6 +368,7 @@ exports.runEmmetCommand = function(editor) {
} catch(e) {
editor._signal("changeStatus", typeof e == "string" ? e : e.message);
console.log(e);
result = false
}
return result;
};