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
This was on my project greengrep
The command I ran was
bun update elysiajs/cors elysiajs/swagger elysia
Elysia 1.2 just came out and I wanted to update it
The correct command I should've run was
bun update elysia @elysiajs/cors @elysiajs/swagger
But it appeared the backslashes caused something to break.
Unclear if this is a windows specific bug.
Regardless, this is probably worth reporting.
Relevant log output
[0.00ms] ".env"
bun update v1.1.37 (8ca0eb83)
============================================================
Bun v1.1.37 (8ca0eb83) Windows x64
Windows v.win10_fe
CPU: sse42 avx avx2 avx512
Args: "bun""update""elysiajs/cors""elysiajs/swagger""elysia"
Features: dotenv
Elapsed: 8ms | User: 0ms | Sys: 0ms
RSS: 64.89MB | Peak: 64.89MB | Commit: 84.67MB | Faults: 16014
panic(main thread): Internal assertion failure
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
To send a redacted crash report to Bun's team,please file a GitHub issue using the link below: https://bun.report/1.1.37/wu18ca0eb8AgQ+zxkG+zwBgm9wC01m0E0n97Ein98Eklg+F48hBi8I4x34kDA0eNrzzCtJLcpLzFFILC5OLSrJzM9TSEvMzCktSgUAiSkKPg
Stack Trace (bun.report)
Bun v1.1.37 (8ca0eb8) on windows x86_64 [UpdateCommand]
How can we reproduce the crash?
This was on my project greengrep
The command I ran was
Elysia 1.2 just came out and I wanted to update it
The correct command I should've run was
But it appeared the backslashes caused something to break.
Unclear if this is a windows specific bug.
Regardless, this is probably worth reporting.
Relevant log output
Stack Trace (bun.report)
Bun v1.1.37 (
8ca0eb8
) on windows x86_64 [UpdateCommand]panic: Internal assertion failure
js_ast.zig:3533
:asProperty
install.zig:10594
:updatePackageJSONAndInstallWithManagerWithUpdates
install.zig:10300
:updatePackageJSONAndInstall
install.zig:9033
:updatePackageJSONAndInstallCatchError
cli.zig:1720
:start
cli.zig:63
:start
main.zig:49
:main
exe_common.inl:78
:invoke_main
Features: dotenv
Sentry Issue: BUN-7W9
The text was updated successfully, but these errors were encountered: