mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
fake segfault test
This commit is contained in:
@@ -775,9 +775,8 @@ pub const Bun = struct {
|
||||
_: js.ExceptionRef,
|
||||
) js.JSValueRef {
|
||||
_ = ctx;
|
||||
var seggy: *VirtualMachine = undefined;
|
||||
seggy.printErrorInstance(undefined, undefined, false) catch unreachable;
|
||||
return JSValue.jsUndefined().asRef();
|
||||
const Reporter = @import("../../report.zig");
|
||||
Reporter.globalError(error.SegfaultTest);
|
||||
}
|
||||
|
||||
/// EnvironmentVariables is runtime defined.
|
||||
|
||||
Reference in New Issue
Block a user