Skip to content

Commit

Permalink
Update dependency standard to v17 (#335)
Browse files Browse the repository at this point in the history
* Update dependency standard to v17
* Changes for Standard 17.x

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander J. Lallier <alexanderlallier@gmail.com>
  • Loading branch information
renovate[bot] and alallier committed Jan 2, 2023
1 parent 7b4c16f commit a95a164
Show file tree
Hide file tree
Showing 5 changed files with 1,129 additions and 1,485 deletions.
2 changes: 1 addition & 1 deletion lib/reload-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const fallback = (argv._[6] === 'true')
const verbose = (argv._[7] === 'true')

const reloadOpts = {
verbose: verbose,
verbose,
noExpress: true
}

Expand Down
2 changes: 1 addition & 1 deletion lib/reload.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ module.exports = function reload (app, opts, server) {
reload: function () {
sendMessage('reload')
},
wss: wss,
wss,
closeServer: function () {
return new Promise(function (resolve, reject) {
// Loop through all connections and terminate them for immediate server shutdown
Expand Down

0 comments on commit a95a164

Please sign in to comment.