File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
sources/net.sf.j2s.java.core Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1670,7 +1670,7 @@ Clazz._getStackTrace = function(n) {
16701670 s += estack . join ( "\n" ) ;
16711671 if ( Clazz . _stack . length ) {
16721672 s += "\nsee Clazz._stack" ;
1673- console . log ( "Clazz._stack() = " + Clazz . _stack ( ) ) ;
1673+ console . log ( "Clazz._stack = " + Clazz . _stack ) ;
16741674 console . log ( "Use Clazz._showStack() or Clazz._showStack(n) to show parameters" ) ;
16751675 }
16761676 return s ;
Original file line number Diff line number Diff line change @@ -15219,7 +15219,7 @@ Clazz._getStackTrace = function(n) {
1521915219 s += estack.join("\n");
1522015220 if (Clazz._stack.length) {
1522115221 s += "\nsee Clazz._stack";
15222- console.log("Clazz._stack() = " + Clazz._stack() );
15222+ console.log("Clazz._stack = " + Clazz._stack);
1522315223 console.log("Use Clazz._showStack() or Clazz._showStack(n) to show parameters");
1522415224 }
1522515225 return s;
You can’t perform that action at this time.
0 commit comments