mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
add exception log
This commit is contained in:
@@ -229,6 +229,7 @@ function onKeyUpDown(e: KeyboardEvent): void {
|
||||
e.preventDefault();
|
||||
}
|
||||
} catch (ex) {
|
||||
logger.warn('cannot parse amount in amount input, original value is ' + str, ex);
|
||||
target.value = '0';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user