Skip to content

Commit

Permalink
Remove tmpdir once done
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
padmaia and ijjk authored Nov 2, 2021
1 parent 410c7f5 commit de3c7f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install-native.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const exec = util.promisify(execFile)
)
)
)
await fse.remove(tmpdir)
console.log('Installed the following binary packages:', pkgs)
} catch (e) {
console.error(e)
Expand Down

0 comments on commit de3c7f9

Please sign in to comment.