"vscode:/vscode.git/clone" did not exist on "7b25a3fca90e31f2c272fd8d2ef1dfa3e61dc9e4"
Use right variable name to avoid zero-length array
This fixes the typographic error that always assigned an undefined array to `$names`, which made `$list_size` = 0 and triggered a divide by zero error on the next line.
Please register or sign in to comment