final fixes I hope

This commit is contained in:
thororen1234 2024-07-19 02:28:04 -04:00
parent c420d9dc09
commit 286447a8c7
2 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,7 @@
*/
export const ASAR_FILE = IS_VESKTOP
? "vesktop.asar"
? "equibop.asar"
: "desktop.asar";
export function serializeErrors(func: (...args: any[]) => any) {