fix beacon and fetch

This commit is contained in:
velzie 2024-08-03 12:27:38 -04:00
parent 90fb31d8c1
commit 1f287f4a17
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
3 changed files with 18 additions and 5 deletions

View file

@ -89,7 +89,7 @@ export default function (client: ScramjetClient, self: typeof globalThis) {
}
}
self.$scramerr = function scramerr(e) {
// console.warn("CAUGHT ERROR", e);
console.warn("CAUGHT ERROR", e);
};
self.$scramdbg = function scramdbg(args, t) {