From 6c47627f85c0928575b631f61db411856d007a97 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 31 Oct 2022 18:15:36 -0500 Subject: [PATCH] Fix typo in error path --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 5d230b6..e687c49 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -715,7 +715,7 @@ function startGame(host, appID) { $root.find('sessionUrl0').text().trim() ]); }, function(failedResumeApp) { - console.eror('%c[index.js, startGame]', 'color:green;', 'Failed to resume the app! Returned error was' + failedResumeApp); + console.error('%c[index.js, startGame]', 'color:green;', 'Failed to resume the app! Returned error was' + failedResumeApp); showApps(host); return; });