Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Mar 30, 2024
1 parent 556c5ed commit 433acad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Animate, Animation, FireCommand, FormatInterpolator, HUDAnimations

export function getHUDAnimationsFormatDocumentSymbols(str: string): HUDAnimationsFormatDocumentSymbol[] {

const tokeniser = new VDFFormatTokeniser(str)
const tokeniser = new VDFFormatTokeniser(str, { allowMultilineStrings: false })

function parseFile(): HUDAnimationsFormatDocumentSymbol[] {

Expand Down

0 comments on commit 433acad

Please sign in to comment.