mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-04 10:22:17 +01:00
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.