aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/update_manifest.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/update_manifest.js b/scripts/update_manifest.js
index adbdc349..220439c5 100755
--- a/scripts/update_manifest.js
+++ b/scripts/update_manifest.js
@@ -58,6 +58,8 @@ if (!incrementalZipFile && !fullZipFile) {
const manifest = JSON.parse(fs.readFileSync(manifestFile));
const deleteActions = deletionsFile ? fs.readFileSync(deletionsFile)
+ .toString()
+ .trim()
.split("\n").map(file => {
// XXX: This does not delete empty directories. Finding them would
// actually be a substantial amount of work because Git does not