Skip to content

Commit be92718

Browse files
committed
fix bug in Obfuscate, if found special character must break current loop.
1 parent e2ae951 commit be92718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

obfuscate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func Obfuscate(raw string, token bool) (string, string) {
6767
_, ok := skippedChars[section[i]]
6868
if ok {
6969
skip = true
70+
break
7071
}
7172
}
7273

0 commit comments

Comments
 (0)