add exception log

This commit is contained in:
MaysWind
2025-01-12 18:16:12 +08:00
parent a285707b53
commit 41452ac20b
+1
View File
@@ -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';
}
}