mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix typo in runner
This commit is contained in:
@@ -357,7 +357,7 @@ function print(buffer: string | Uint8Array) {
|
||||
}
|
||||
} catch (error) {
|
||||
// @ts-ignore
|
||||
if (e.code === "EAGAIN") {
|
||||
if (error.code === "EAGAIN") {
|
||||
continue;
|
||||
}
|
||||
throw error;
|
||||
|
||||
Reference in New Issue
Block a user