mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
Fix error wording
This commit is contained in:
parent
ea99627d0e
commit
2f1974a9c0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue