Skip to content

Commit

Permalink
Update r0tracer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ysue authored Mar 6, 2021
1 parent 1152749 commit b8dc764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r0tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function traceMethod(targetClassMethod) {
var output = "";
//进入函数
output = output.concat("\n*** entered " + targetClassMethod);
output = output.concat("\r\n")
if (arguments.length) console.Black();
//参数
for (var j = 0; j < arguments.length; j++) {
Expand Down

0 comments on commit b8dc764

Please sign in to comment.