From 1b949d4f5a855838c7169a4a6033fee6638c87f8 Mon Sep 17 00:00:00 2001 From: Julian <29632054+Parzival-3141@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:14:32 -0700 Subject: `bun run` fix missing script error on empty file (#5025) * Fix empty file not found bug * Add tests * fix test --------- Co-authored-by: Jeremy Funk Co-authored-by: dave caruso --- test/cli/run/empty-file.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/cli/run/empty-file.js (limited to 'test/cli/run/empty-file.js') diff --git a/test/cli/run/empty-file.js b/test/cli/run/empty-file.js new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3