mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Formatting
This commit is contained in:
@@ -8743,7 +8743,9 @@ pub const Interpreter = struct {
|
||||
if (should_continue) {
|
||||
if (this.readers.len() > 0) {
|
||||
this.setReading(true);
|
||||
if (bun.Environment.isPosix) this.reader.registerPoll() else switch (this.reader.startWithCurrentPipe()) {
|
||||
if (bun.Environment.isPosix)
|
||||
this.reader.registerPoll()
|
||||
else switch (this.reader.startWithCurrentPipe()) {
|
||||
.err => |e| {
|
||||
const writer = std.io.getStdOut().writer();
|
||||
e.format("Yoops ", .{}, writer) catch @panic("oops");
|
||||
|
||||
Reference in New Issue
Block a user