Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pukmajster committed Oct 19, 2024
1 parent eaf5008 commit 1c557ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/fkv/json2vdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export function json2vdf(json: Object, rootName: string, options?: Partial<VdfFo
return '\t'.repeat(level)
}

function print(level: number, str: string) {
output += vdfIndent(level) + str + '\n'
}
// function print(level: number, str: string) {
// output += vdfIndent(level) + str + '\n'
// }

output += `"${rootName}"\n{\n`

Expand Down

0 comments on commit 1c557ec

Please sign in to comment.