From 2f1974a9c038f728fde3f1a3d94ada34086f1612 Mon Sep 17 00:00:00 2001 From: Colin Caine Date: Sun, 13 May 2018 14:38:11 +0100 Subject: [PATCH] Fix error wording --- src/controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller.ts b/src/controller.ts index 6dfbb36a..9ff179eb 100644 --- a/src/controller.ts +++ b/src/controller.ts @@ -83,7 +83,7 @@ function* ParserController() { acceptExCmd(exstr) } catch (e) { // Rumsfeldian errors are caught here - logger.error("Tridactyl ParserController fatally wounded:", e) + logger.error("An error occurred in the controller: ", e) } } }