Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
241 B
JSON
Raw Permalink Normal View History

{
"exceptions": {
"timeout": {
"message": "Timed out running command: `{command}`, after: {timeout} seconds"
},
"non_utf8_output": {
"message": "Unable to handle non-utf8 output of command: `{command}`"
}
}
}