Compare View
Commits (2)
Showing
1 changed file
Show diff stats
app.js
... | ... | @@ -568,4 +568,6 @@ q.on('success', function (result, job) { |
568 | 568 | |
569 | 569 | // whileLoop() |
570 | 570 | |
571 | -app.listen(port, () => console.log('app listening on port ' + port + '!')) | |
572 | 571 | \ No newline at end of file |
572 | +app.listen(port, () => console.log('app listening on port ' + port + '!')) | |
573 | + | |
574 | +//test | |
573 | 575 | \ No newline at end of file | ... | ... |