Skip to content

Commit c58aaab

Browse files
committed
Fix lgtm terminal alert
1 parent 96a5151 commit c58aaab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/contrib/terminal/common/terminalEnvironment.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ export function getDefaultShell(
282282
executable = configurationResolverService.resolve(lastActiveWorkspace, executable);
283283
} catch (e) {
284284
logService.error(`Could not resolve shell`, e);
285-
executable = executable;
286285
}
287286
}
288287

0 commit comments

Comments
 (0)