This commit is contained in:
velzie 2024-07-30 07:22:20 -04:00
commit 2ed32461d9
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
10 changed files with 521 additions and 538 deletions

View file

@ -192,7 +192,9 @@ export default function (client: ScramjetClient, self: typeof window) {
},
});
}
} catch (e) {}
} catch (e) {
console.log(e);
}
}
}
}