"vscode:/vscode.git/clone" did not exist on "d455f8bc31f61a271332f3a48ff6f4789d7185e7"
string2ll(): remove duplicated check for special case.
Related to #5157. The PR author correctly indentified that the check was duplicated, but removing the second one introduces a bug that was fixed in the past (hence the duplication). Instead we can remove the first instance of the check without issues.
Please register or sign in to comment