diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index f216ab461..5aed8c9f3 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts | |||
@@ -78,7 +78,7 @@ export class Config { | |||
78 | case "sunos": | 78 | case "sunos": |
79 | case "cygwin": | 79 | case "cygwin": |
80 | case "netbsd": return null; | 80 | case "netbsd": return null; |
81 | // The list of platforms is exhaustive see (`NodeJS.Platform` type definition) | 81 | // The list of platforms is exhaustive (see `NodeJS.Platform` type definition) |
82 | } | 82 | } |
83 | } | 83 | } |
84 | 84 | ||