You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReportPSKError took a const char* and passed it to ToV8Value(), which
already has a std::string_view overload. Every call site hands it a
literal, so the length is known rather than recovered with strlen().
Signed-off-by: James M Snell <jasnell@gmail.com>
0 commit comments