mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
BugFix: compare odd size elements, like empty line
This commit is contained in:
@@ -249,7 +249,7 @@ const SeqUtils = {
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
return a.localeCompare(b);
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user