More improvements, keyboard shortcuts working again, extra protection against fatal errors
This commit is contained in:
@@ -43,6 +43,7 @@ var api = {
|
||||
//print('input', data.input);
|
||||
if (data.error) {
|
||||
print('Error', data);
|
||||
reset();
|
||||
} else {
|
||||
print(null, data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user