mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
### What does this PR do? We had `bun.strings.assertIsValidWindowsPath(...)` in the resolver, but we can't do this because the path may come from the user. Instead, let our error handling code handle it. Also fixes #21065 --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>