Skip to content

Commit

Permalink
Update addon.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB committed May 11, 2024
1 parent f623912 commit 821317e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void uWS_log(const FunctionCallbackInfo<Value> &args) {

Isolate *isolate = args.GetIsolate();

char buf[256];
static char buf[1024 * 16];
int len = Local<String>::Cast(args[0])->WriteUtf8(isolate, buf);


Expand Down

0 comments on commit 821317e

Please sign in to comment.