mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
Implement Node.js IPC channel handle support for child processes
This commit is contained in:
@@ -40,7 +40,7 @@ static StringView extractCookieName(const StringView& cookie)
|
||||
{
|
||||
auto nameEnd = cookie.find('=');
|
||||
if (nameEnd == notFound)
|
||||
return String();
|
||||
return StringView();
|
||||
return cookie.substring(0, nameEnd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user