We were incorrectly parsing windows drive letters as schemes. This was polluting the source map cache with malformed file paths. Fixes: https://github.com/nodejs/node/issues/50523 PR-URL: https://github.com/nodejs/node/pull/50580 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>