Bump typescript, fix build errors around catch blocks.

This commit is contained in:
Nick Cipollo
2021-10-03 17:21:27 -04:00
parent 4531373c80
commit 821cbcc349
6 changed files with 8 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ class FileArtifactGlobber {
throw Error(`Artifact pattern :${pattern} did not match any files`);
}
static expandPath(path) {
return untildify_1.default(path);
return (0, untildify_1.default)(path);
}
}
exports.FileArtifactGlobber = FileArtifactGlobber;