mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: transform rule type to uppercase before process
This commit is contained in:
@@ -201,7 +201,7 @@ export class FileOutput {
|
||||
}
|
||||
|
||||
const splitted = line.split(',');
|
||||
const type = splitted[0];
|
||||
const type = splitted[0].toUpperCase();
|
||||
const value = splitted[1];
|
||||
const arg = splitted[2];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user