Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored: move warning listener setup below imports in
commit.ts
- Moved the `process.removeAllListeners('warning')` and `process.on('warning', ...)` setup below the import statements for better code organization and readability. - Ensured that the warning listener setup is still functional and correctly positioned to handle warnings, including `DeprecationWarning` related to `punycode`. - This change improves the logical flow of the code by placing configuration and setup code after the necessary imports.
- Loading branch information