We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4677ead commit 4cb413aCopy full SHA for 4cb413a
1 file changed
src/bin/nginx.mts
@@ -80,6 +80,6 @@ export function* nginxTokenise(source: string) {
80
}
81
82
if (statement.length) {
83
- throw new Error('Unterminated statement - ensure all statements end with a semicolon');
+ throw new Error('unterminated statement - ensure all statements end with a semicolon');
84
85
0 commit comments