Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: handle deprecation warnings in
commit.ts
- Added a listener to remove all existing 'warning' listeners on the `process` object. - Implemented a new listener to filter out `DeprecationWarning` related to 'punycode' and log other warnings. - This change ensures that the application does not log unnecessary deprecation warnings related to 'punycode', improving the clarity of warning messages.
- Loading branch information