Else on the next line

This commit is contained in:
vilicvane 2015-09-05 06:43:37 +08:00
parent 32d8a22990
commit 8d45711395

View File

@ -903,7 +903,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
if (languageVersion < ScriptTarget.ES6 && isBinaryOrOctalIntegerLiteral(node, text)) {
return node.text;
} else {
}
else {
return text;
}
}