quick fixes

This commit is contained in:
Yeicor
2024-03-05 21:01:19 +01:00
parent 1cbd1987b3
commit ea4a3bdb06
2 changed files with 3 additions and 4 deletions

View File

@@ -1,3 +1,2 @@
build123d==0.4.0 build123d
yacv-server==0.1.0 yacv-server
asyncio==3.4.3

View File

@@ -40,7 +40,7 @@ export class NetworkManager extends EventTarget {
} }
} }
private monitorDevServer(url: string) { private monitorDevServer(url: URL) {
// WARNING: This will spam the console logs with failed requests when the server is down // WARNING: This will spam the console logs with failed requests when the server is down
let eventSource = new EventSource(url); let eventSource = new EventSource(url);
eventSource.onmessage = (event) => { eventSource.onmessage = (event) => {