querysub 0.381.0 → 0.382.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -318,6 +318,8 @@ export async function exposeErrorWatchService() {
|
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
+
console.log(`Watch loop received error, ${suppressed ? "suppressed" : "not suppressed"}, matched suppression id: ${matchedSuppressionId}: ${error.param0}`);
|
|
322
|
+
|
|
321
323
|
if (suppressed && matchedSuppressionId) {
|
|
322
324
|
queueDiscordNotification(matchedSuppressionId, 1, false);
|
|
323
325
|
} else if (!suppressed) {
|
|
@@ -22,13 +22,15 @@ IMPORTANT! Now I am properly calling shutdown, so none of the streamed logs shou
|
|
|
22
22
|
|
|
23
23
|
//todonext
|
|
24
24
|
|
|
25
|
+
UGH... server notification isn't working now. UGH...
|
|
26
|
+
|
|
25
27
|
5) Deploy watcher service to remote (yarn error-watch-public)
|
|
26
28
|
6) Deploy CYOA
|
|
27
29
|
|
|
28
30
|
5) Test on actual server, with actual logs
|
|
29
31
|
|
|
30
32
|
|
|
31
|
-
|
|
33
|
+
Invalid addition, you tried to add 1 + Infinity, operands must be valid numbers
|
|
32
34
|
|
|
33
35
|
|
|
34
36
|
|