Skip to content

Commit

Permalink
Disabling format version check
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jan 13, 2024
1 parent 8389d4b commit 2b18d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lib/Diagnostics/Json/Json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export namespace Json {
const temp = parse(text);

// Format version
diagnoseFormatVersionIf(temp, diagnoser);
// diagnoseFormatVersionIf(temp, diagnoser);

return temp as T;

Expand Down

0 comments on commit 2b18d02

Please sign in to comment.