Skip to content
Snippets Groups Projects
Commit dbf9edd2 authored by jonasled's avatar jonasled
Browse files

fixed using wrong variable format

parent 6a30635b
No related branches found
No related tags found
No related merge requests found
import Timeout = NodeJS.Timeout;
let intervalTime = 150;
let terminal:HTMLElement = <HTMLElement> document.getElementsByClassName("terminal")[0];
......@@ -6,7 +8,7 @@ let promptContainer:HTMLElement = <HTMLElement> terminal.getElementsByClassName(
let dataIndex = 0;
let stringPosition = 0;
let printTask: number;
let printTask: Timeout;
function writeOut() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment