Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/src
Joe Previte 7ce9ee0db6
fix: check path is string in pathToFsPath
There's a chance this function can be called with a path that is not a string.

To catch that, we check if path is of a different type and throw an error if it
is.

This also adds a couple tests for this function.
2021-07-12 16:39:42 -07:00
..
browser feat: add setBodyBackgroundToThemeBackgroundColor 2021-07-08 11:24:04 -07:00
common Re-enable update tests 2021-05-04 13:29:42 -05:00
node fix: check path is string in pathToFsPath 2021-07-12 16:39:42 -07:00