Update addon.cpp

This commit is contained in:
uNetworkingAB
2024-05-11 23:59:02 +02:00
committed by GitHub
parent f623912dd3
commit 821317ea37

View File

@@ -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);