Skip to content

Commit

Permalink
fix: change exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jul 6, 2024
1 parent 9059491 commit f0c08bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic-example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ client.on("ready", () => {
`ENet server: port ${client.config.enet.port} on ${client.config.enet.ip}\nHttps server: port ${client.config.https.httpsPort} on ${client.config.https.ip}`
);
// Success
process.exit(1);
process.exit(0);
});

client.on("error", (err) => {
Expand Down

0 comments on commit f0c08bb

Please sign in to comment.