From 597685fd5ce859d99026e49901d3bae6a0c5c891 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 8 Aug 2022 22:52:06 +0200 Subject: Fix accidental edit in benchmark --- bundle/scripts/benchmark/connections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle') diff --git a/bundle/scripts/benchmark/connections.js b/bundle/scripts/benchmark/connections.js index 7e1abc10..661548c3 100644 --- a/bundle/scripts/benchmark/connections.js +++ b/bundle/scripts/benchmark/connections.js @@ -12,7 +12,7 @@ try { } if (!token) { - console.error("TOKEN env let missing"); + console.error("TOKEN env var missing"); process.exit(); } -- cgit 1.4.1