mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: minor changes
This commit is contained in:
@@ -23,7 +23,7 @@ export function processLine(line: string): string | null {
|
||||
// # Comment
|
||||
return null;
|
||||
}
|
||||
if (trimmed.charCodeAt(2) === 35 /** # */ && trimmed.charCodeAt(3) === 35) {
|
||||
if (trimmed.charCodeAt(2) === 35 /** # */ && trimmed.charCodeAt(3) === 35 /** # */) {
|
||||
// ################## EOF ##################
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user