Automate NPM package releases (#1119)
This commit is contained in:
@@ -301,10 +301,9 @@ function diffAfterUpdatingChildren(
|
||||
oldTree.textContent !==
|
||||
(newTree as IRRText | IRRComment | IRRCDATASection).data
|
||||
)
|
||||
oldTree.textContent = (newTree as
|
||||
| IRRText
|
||||
| IRRComment
|
||||
| IRRCDATASection).data;
|
||||
oldTree.textContent = (
|
||||
newTree as IRRText | IRRComment | IRRCDATASection
|
||||
).data;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user