Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: remove usage of require('util')
Use `require('internal/util/debuglog').debuglog` instead of `require('util').debuglog` in `lib/internal/modules/esm/module_map.js`. Refs: nodejs#26546 PR-URL: nodejs#26805 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
- Loading branch information