Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
corrección mejorada para que el comando restart restablezca el servidor sin mensajes adicionales de error...
https://github.com/ReyEndymion
  • Loading branch information
ReyEndymion authored Feb 16, 2023
1 parent 604b47a commit 5947bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ start.apply(this, arguments)
if (process.env.pm_id) {
process.exit(1)
} else {
process.send ('reset')
process.exit()
}
})
let opts = new Object(yargs(process.argv.slice(2)).exitProcess(false).parse())
Expand Down

0 comments on commit 5947bb6

Please sign in to comment.