mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix #536
This commit is contained in:
parent
7add35714d
commit
9b72e4d761
1 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
" ¯\\_(ツ)_/¯",
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue