mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-09 19:03:33 +02:00
Websockets for plugin runtime communication (#156)
This commit is contained in:
@@ -43,7 +43,7 @@ export function useEnsureActiveCookieJar() {
|
||||
|
||||
const firstJar = cookieJars[0];
|
||||
if (firstJar == null) {
|
||||
console.log("Workspace doesn't have any cookie jars to activate");
|
||||
console.log(`Workspace doesn't have any cookie jars to activate`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user