File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
sources/net.sf.j2s.java.core/srcjs/js Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5283,7 +5283,8 @@ if(lineNum>=0){
52835283} ) ;
52845284
52855285
5286- TypeError . prototype . getMessage$ || ( TypeError . prototype . getMessage$ = function ( ) { return ( this . stack ? this . stack : this . message || this . toString ( ) ) + ( this . getStackTrace ? this . getStackTrace$ ( ) : Clazz . _getStackTrace ( ) ) } ) ;
5286+ TypeError . prototype . getMessage$ || ( TypeError . prototype . getMessage$ = TypeError . prototype . getLocalizedMessage$
5287+ = function ( ) { return ( this . stack ? this . stack : this . message || this . toString ( ) ) + ( this . getStackTrace ? this . getStackTrace$ ( ) : Clazz . _getStackTrace ( ) ) } ) ;
52875288TypeError . prototype . printStackTrace$ = function ( ) { System . out . println ( this + "\n" + this . stack ) } ;
52885289TypeError . prototype . printStackTrace$java_io_PrintStream = function ( stream ) { stream . println$S ( e + "\n" + e . stack ) ; } ;
52895290
You can’t perform that action at this time.
0 commit comments