fix #1847 tab doesn't work for invalid css when emmet is enabled
This commit is contained in:
parent
5ef28b7e11
commit
9c53d96c12
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue