[Build] Fix __vendettaVersion
This commit is contained in:
parent
3531132c38
commit
293c256dc9
3 changed files with 5 additions and 6 deletions
|
@ -43,7 +43,8 @@ export function patchLogHook() {
|
|||
}
|
||||
}
|
||||
|
||||
export const versionHash = "__vendettaVersion";
|
||||
// @ts-expect-error
|
||||
export const versionHash: string = __vendettaVersion;
|
||||
|
||||
export function getDebugInfo() {
|
||||
// Discord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue