Formatting.

This commit is contained in:
Dillon Kearns 2023-02-08 11:19:14 -08:00
parent 3ea9adf3a4
commit 912c87f59d

View File

@ -140,8 +140,7 @@ function spawnElmMake(options, elmEntrypointPath, outputPath, cwd) {
await fsPromises.unlink(outputPath, {
force: true /* ignore errors if file doesn't exist */,
});
} catch (e) {
}
} catch (e) {}
}
let commandOutput = "";