From 388a1945accb98eaa4e612645075ef08317f5781 Mon Sep 17 00:00:00 2001 From: wxb1ank Date: Wed, 2 Jun 2021 13:58:14 -0400 Subject: Lint toolchain.ts --- editors/code/src/toolchain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/code/src/toolchain.ts b/editors/code/src/toolchain.ts index ba1b8617a..902d0ddda 100644 --- a/editors/code/src/toolchain.ts +++ b/editors/code/src/toolchain.ts @@ -181,5 +181,5 @@ function lookupInPath(exec: string): boolean { } async function isFile(path: string): Promise { - return ((await vscode.workspace.fs.stat(vscode.Uri.file(path))).type & vscode.FileType.File) != 0; + return ((await vscode.workspace.fs.stat(vscode.Uri.file(path))).type & vscode.FileType.File) !== 0; } -- cgit v1.2.3