Skip to content

Commit 4cb413a

Browse files
committed
Consistent error casing
1 parent 4677ead commit 4cb413a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/nginx.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ export function* nginxTokenise(source: string) {
8080
}
8181
}
8282
if (statement.length) {
83-
throw new Error('Unterminated statement - ensure all statements end with a semicolon');
83+
throw new Error('unterminated statement - ensure all statements end with a semicolon');
8484
}
8585
}

0 commit comments

Comments
 (0)