Patcher: More useful errors with code diffs (#177)
* Patcher: More useful errors with code diffs * Nicer log formatting * PluginCards: ellipsises
This commit is contained in:
1
src/globals.d.ts
vendored
1
src/globals.d.ts
vendored
@ -32,6 +32,7 @@ declare global {
|
||||
* replace: `${IS_WEB}?foo:bar`
|
||||
*/
|
||||
export var IS_WEB: boolean;
|
||||
export var IS_DEV: boolean;
|
||||
export var IS_STANDALONE: boolean;
|
||||
|
||||
export var VencordNative: typeof import("./VencordNative").default;
|
||||
|
Reference in New Issue
Block a user