fix(nodedistribution)

This commit is contained in:
2018-07-01 17:44:12 +02:00
parent 9e94bc56ff
commit da899b29bb
3 changed files with 3 additions and 4 deletions

View File

@ -7,4 +7,4 @@ const run = async () => {
await smartfile.fs.ensureEmptyDir(tsCacheDir);
}
run()
run();