You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-n, --no-clobber does not working (it was ignored and replace all the contents)
The following command cp -n .env.example .env need to copy file without replacing its content but it isn't
Relevant log output
Stack Trace (bun.report)
Bun v1.1.42 (50eec00) on windows x86_64 [AutoCommand]
panic: access of union field 'mini' while field 'js' is active
How can we reproduce the crash?
I try to copy file but if it not exists
-n, --no-clobber
does not working (it was ignored and replace all the contents)The following command
cp -n .env.example .env
need to copy file without replacing its content but it isn'tRelevant log output
Stack Trace (bun.report)
Bun v1.1.42 (
50eec00
) on windows x86_64 [AutoCommand]panic: access of union field 'mini' while field 'js' is active
interpreter.zig:10134
:enqueue
event_loop.zig:246
:run
run_command.zig:292
:runPackageScriptForeground
run_command.zig:1434
:exec
cli.zig:2244
:start
cli.zig:64
:start
main.zig:49
:main
exe_common.inl:78
:invoke_main
Features: standalone_shell
Sentry Issue: BUN-ACF
The text was updated successfully, but these errors were encountered: