mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-22 14:35:20 +00:00
missing semi
This commit is contained in:
@@ -15,4 +15,4 @@ polka() // You can also use Express
|
|||||||
)
|
)
|
||||||
.listen(PORT, err => {
|
.listen(PORT, err => {
|
||||||
if (err) console.log('error', err);
|
if (err) console.log('error', err);
|
||||||
})
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user