Debug 1
Some checks are pending
ptero-push / build (push) Waiting to run

This commit is contained in:
Christopher Cookman 2025-05-08 00:00:20 -06:00
parent 5d58204f2c
commit dde098ff85

View file

@ -569,7 +569,7 @@ function connectWebSocket() {
}
} catch (err) {
console.log(`${colors.red("[ERROR]")} Error parsing WebSocket message: ${err}`);
console.log(`${colors.red("[ERROR]")} Error parsing WebSocket message: ${err.stack}`);
}
});