"vscode:/vscode.git/clone" did not exist on "e9d861ec69a11208578fc2a8b7dcdf4c52df316e"
change streamAppendItem to use raxEOF instead of raxNext (#9138)
The call to raxNext didn't really progress in the rax, since we were already on the last item. instead, all it does is check that it is indeed a valid item, so the new code clearer.
Please register or sign in to comment