mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-05 12:57:33 +03:00
Remove log statement in dev server.
This commit is contained in:
parent
127607961a
commit
66c6bf7063
@ -24,7 +24,6 @@ async function spawnElmMake(elmEntrypointPath, outputPath, cwd) {
|
|||||||
.replace(
|
.replace(
|
||||||
"return ports ? { ports: ports } : {};",
|
"return ports ? { ports: ports } : {};",
|
||||||
`const die = function() {
|
`const die = function() {
|
||||||
console.log('App dying')
|
|
||||||
managers = null
|
managers = null
|
||||||
model = null
|
model = null
|
||||||
stepper = null
|
stepper = null
|
||||||
|
Loading…
Reference in New Issue
Block a user