Skip to content

Commit f3179da

Browse files
committed
Fixed issue with test dependencies
1 parent 7d72c18 commit f3179da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ namespace ts {
848848
property.startsOnNewLine = true;
849849
}
850850

851-
addNode(properties, property);
851+
properties.push(property);
852852
}
853853
}
854854

0 commit comments

Comments
 (0)