Skip to content

Commit

Permalink
comment out label in wrapped function toString
Browse files Browse the repository at this point in the history
  • Loading branch information
sparr committed Oct 21, 2016
1 parent b1b7978 commit 1d3d179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screeps-profiler.js
Expand Up @@ -97,7 +97,7 @@ function wrapFunction(name, originalFunction) {
};

wrappedFunction.toString = function() {
return "screeps-profiler wrapped function:\n" +
return "// screeps-profiler wrapped function:\n" +
originalFunction.toString();
};

Expand Down

0 comments on commit 1d3d179

Please sign in to comment.