mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 05:45:56 +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');
|
||||
return module.WebSocket;
|
||||
} catch (error) {
|
||||
console.error("Failed to load 'isows' module:", error);
|
||||
return null;
|
||||
}
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user