mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
auto-fixed prefer-const violation
This commit is contained in:
@@ -9,7 +9,7 @@ import { linkify } from './linkify';
|
||||
|
||||
|
||||
export function handleANSIOutput(text: string): HTMLSpanElement {
|
||||
let workspaceFolder = undefined;
|
||||
const workspaceFolder = undefined;
|
||||
|
||||
const root: HTMLSpanElement = document.createElement('span');
|
||||
const textLength: number = text.length;
|
||||
|
||||
Reference in New Issue
Block a user