More improvements, keyboard shortcuts working again, extra protection against fatal errors

This commit is contained in:
Nathan Leniz
2015-01-21 17:17:45 -05:00
parent 62648a4103
commit c422f9474b
3 changed files with 8 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ var api = {
//print('input', data.input);
if (data.error) {
print('Error', data);
reset();
} else {
print(null, data);
}