enable source maps

This commit is contained in:
Robert Brignull 2020-05-13 16:31:24 +01:00
parent 74c9991849
commit aa54af7018
35 changed files with 35 additions and 1 deletions

1
lib/util.js generated
View file

@ -341,3 +341,4 @@ async function withTmpDir(body) {
fs.rmdirSync(tmpDir, { recursive: true });
}
exports.withTmpDir = withTmpDir;
//# sourceMappingURL=util.js.map