From e9dd2b613a33599a7ae8b682df87f8eb8647d590 Mon Sep 17 00:00:00 2001 From: Mate Hegedus Date: Wed, 3 Apr 2019 10:31:12 +0200 Subject: [PATCH] typo that has been bothering me --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3e9ae48..ad0d060 100644 --- a/index.js +++ b/index.js @@ -80,7 +80,7 @@ var ibMonitor = new ib({ } else { if (date) { if (date.indexOf("finished") === 0) { - console.log("[PROGRESS: FINIHSED] ".green + date); + console.log("[PROGRESS: FINISHED] ".green + date); // Write data to CSV file history = history.reverse();