Skip to content

Commit 3e127c2

Browse files
committed
Revert unwanted change
1 parent 8c6461a commit 3e127c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export function printParseErrorCode(code: ParseErrorCode) {
183183
case ParseErrorCode.InvalidEscapeCharacter: return 'InvalidEscapeCharacter';
184184
case ParseErrorCode.InvalidCharacter: return 'InvalidCharacter';
185185
}
186+
return '<unknown ParseErrorCode>';
186187
}
187188

188189
export type NodeType = 'object' | 'array' | 'property' | 'string' | 'number' | 'boolean' | 'null';

0 commit comments

Comments
 (0)