mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 12:25:54 +08:00
refactor: remove error logging for 'isows' module import in WebSocket initialization
This commit is contained in:
parent
6002bf3228
commit
c8cd0148dd
@ -14,7 +14,6 @@ const WebSocket: typeof IsowsWebSocket | null = await (async () => {
|
|||||||
const module = await import('isows');
|
const module = await import('isows');
|
||||||
return module.WebSocket;
|
return module.WebSocket;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to load 'isows' module:", error);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user