mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-03 17:31:58 +03:00
Remove unused value.
This commit is contained in:
parent
666479f2e7
commit
242dfba9bc
@ -160,7 +160,6 @@ async function start(options) {
|
||||
clientElmMakeProcess = compileElmForBrowser();
|
||||
pendingCliCompile = compileCliApp();
|
||||
}
|
||||
let timestamp = Date.now();
|
||||
|
||||
Promise.all([clientElmMakeProcess, pendingCliCompile])
|
||||
.then(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user