This commit is contained in:
Oliver Blanthorn 2018-05-18 14:09:12 +01:00
parent 7add35714d
commit 9b72e4d761
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -83,7 +83,11 @@ function* ParserController() {
acceptExCmd(exstr)
} catch (e) {
// Rumsfeldian errors are caught here
logger.error("An error occurred in the controller: ", e)
logger.error(
"An error occurred in the controller: ",
e,
" ¯\\_(ツ)_/¯",
)
}
}
}