mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
Formatting.
This commit is contained in:
parent
3ea9adf3a4
commit
912c87f59d
@ -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 = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user