bun icon indicating copy to clipboard operation
bun copied to clipboard

FileNotFound when filename is not English

Open 5d-jh opened this issue 2 years ago • 0 comments

What version of Bun is running?

0.2.2

What platform is your computer?

Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Sep 29 20:13:56 PDT 2022; root:xnu-8020.240.7~1/RELEASE_ARM64_T6000 arm64 arm

What steps can reproduce the bug?

  1. Create a file/directory that isn't english.
  2. bun run ./<filename_that_is_not_english>.ts

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior?

No response

What do you see instead?

error: FileNotFound reading "/Users/.../src/ì

5d-jh avatar Nov 30 '22 06:11 5d-jh