"vscode:/vscode.git/clone" did not exist on "8a23ca0b28f4b6cfe7db5a77457b635cee1a855a"
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