mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 21:47:47 +02:00
fixed EIntOverflow
This commit is contained in:
parent
069b863bc5
commit
b6c3045172
2
compiler/utils/pas2js/dist/rtl.js
vendored
2
compiler/utils/pas2js/dist/rtl.js
vendored
@ -455,7 +455,7 @@ var rtl = {
|
||||
EInvalidCast: null,
|
||||
EAbstractError: null,
|
||||
ERangeError: null,
|
||||
EIntOverflow: null;
|
||||
EIntOverflow: null,
|
||||
EPropWriteOnly: null,
|
||||
|
||||
raiseE: function(typename){
|
||||
|
Loading…
Reference in New Issue
Block a user