planetoftheweb/expressjs

Deprecated Warning: You supplied reload old arguments

mmshasan opened this issue · 1 comments

Project Code

Fix:
`
reload(app);

var server = app.listen(app.get('port'), function() {
console.log('Listening on port ' + app.get('port'));
});
`

thanks! I just came across this issue and was searching for a solution. can you provide more details on why this is happening?