Skip to content

Commit

Permalink
Rename index.cjs to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Bunny-Official authored Dec 18, 2023
1 parent 19b00b8 commit ef5fc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.cjs → index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ process.on("uncaughtException", (err, origin) => {
});
process.on("unhandledRejection", (reason, promise) => {
console.error(`Promise ${promise} was rejected because ${reason}`);
});
});

0 comments on commit ef5fc53

Please sign in to comment.