mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-28 06:31:58 +00:00
Remove extra expect error
This commit is contained in:
parent
c47a56c7bc
commit
dfba020e0a
@ -86,6 +86,5 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
}
|
||||
|
||||
function isWeb(): boolean {
|
||||
// @ts-expect-error
|
||||
return !(typeof process === 'object' && !!process.versions.node) && vscode.env.uiKind === vscode.UIKind.Web;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user