mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-21 06:54:26 +01:00
playground: minor improvements
This commit is contained in:
@@ -61,7 +61,7 @@ export class NetworkManager extends EventTarget {
|
||||
|
||||
private async monitorDevServer(url: URL, stop: () => boolean = () => false) {
|
||||
while (!stop()) {
|
||||
let monitorEveryMs = (await settings()).monitorEveryMs;
|
||||
let monitorEveryMs = (await settings).monitorEveryMs;
|
||||
try {
|
||||
// WARNING: This will spam the console logs with failed requests when the server is down
|
||||
const controller = new AbortController();
|
||||
|
||||
Reference in New Issue
Block a user