mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-04-18 11:00:25 -04:00
Update addon.cpp
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user