Skip to content

Commit a2dcd3c

Browse files
[autofix.ci] apply automated fixes
1 parent f20c6f9 commit a2dcd3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/oxlint/src-js/generated/deserialize.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ function deserializeProgram(pos) {
4949
sourceType: deserializeModuleKind(pos + 125),
5050
hashbang: null,
5151
get comments() {
52-
if (localAstId !== astId) {throw Error(
52+
if (localAstId !== astId) {
53+
throw Error(
5354
'The AST being accessed has already been cleaned up. Please ensure that the plugin is works synchronously.',
54-
);}
55+
);
56+
}
5557
// restore buffers
5658
uint32 = ref_uint32;
5759
uint8 = ref_uint8;

0 commit comments

Comments
 (0)