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