mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -387,11 +387,11 @@ pub const prompt = struct {
|
||||
}
|
||||
};
|
||||
|
||||
extern fn Bun__ttySetMode(fd: c_int, mode: c_int) c_int;
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
const bun = @import("bun");
|
||||
const Environment = bun.Environment;
|
||||
const c = bun.c;
|
||||
const jsc = bun.jsc;
|
||||
|
||||
extern fn Bun__ttySetMode(fd: c_int, mode: c_int) c_int;
|
||||
|
||||
Reference in New Issue
Block a user