fix comment space column bug
This commit is contained in:
parent
48f6c5c649
commit
85d7da9a7c
@ -368,6 +368,7 @@ CodeGenerator.prototype._printComments = function (comments) {
|
|||||||
|
|
||||||
if (column && !self.isLast(["\n", " ", "[", "{"])) {
|
if (column && !self.isLast(["\n", " ", "[", "{"])) {
|
||||||
self._push(" ");
|
self._push(" ");
|
||||||
|
column++;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user