Commit b6ff455cc40858688dd7418a5d65b8737512ac4a
Merge commit 'c9bcba7ec2201fc627c65a717ca69f76b58105f5' into develop
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
app.js
@@ -568,4 +568,6 @@ q.on('success', function (result, job) { | @@ -568,4 +568,6 @@ q.on('success', function (result, job) { | ||
568 | 568 | ||
569 | // whileLoop() | 569 | // whileLoop() |
570 | 570 | ||
571 | -app.listen(port, () => console.log('app listening on port ' + port + '!')) | ||
572 | \ No newline at end of file | 571 | \ No newline at end of file |
572 | +app.listen(port, () => console.log('app listening on port ' + port + '!')) | ||
573 | + | ||
574 | +//test | ||
573 | \ No newline at end of file | 575 | \ No newline at end of file |