Browse Source

fixed EIntOverflow

mattias 4 years ago
parent
commit
b6c3045172
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/pas2js/dist/rtl.js

+ 1 - 1
compiler/utils/pas2js/dist/rtl.js

@@ -455,7 +455,7 @@ var rtl = {
   EInvalidCast: null,
   EAbstractError: null,
   ERangeError: null,
-  EIntOverflow: null;
+  EIntOverflow: null,
   EPropWriteOnly: null,
 
   raiseE: function(typename){