mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:49:36 +01:00
67561036cf
The callback provided to the map call on this array should return a value, otherwise map will always return an array of undefined values. If the desired behaviour is to just iterate through all elements, then consider using forEach or a for-of loop instead.