Skip to content

Commit c066aec

Browse files
trufaeradare
andauthored
Do not perform flush in the plugin (#383)
Co-authored-by: pancake <[email protected]>
1 parent 271a969 commit c066aec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

c/r2dec-plugin.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,8 @@ static JSValue js_console_log(JSContext *ctx, JSValueConst jsThis, int argc, JSV
7777
}
7878
#if R2_VERSION_NUMBER >= 50909
7979
r_cons_newline(core->cons);
80-
r_cons_flush(core->cons);
8180
#else
8281
r_cons_newline();
83-
r_cons_flush();
8482
#endif
8583
return JS_UNDEFINED;
8684
}

0 commit comments

Comments
 (0)