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