We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2504fa commit 3d339fdCopy full SHA for 3d339fd
helpers/Mixins.cfm
@@ -39,7 +39,7 @@
39
* @labelHash The timer label hash to stop
40
*/
41
function stopCBTimer( required labelHash ){
42
- return variables.wirebox.getInstance( "Timer@cbdebugger" ).stop( arguments.label );
+ return variables.wirebox.getInstance( "Timer@cbdebugger" ).stop( arguments.labelHash );
43
}
44
45
/**
@@ -79,4 +79,4 @@
79
return getCBDebugger().pushTracer( argumentCollection=arguments );
80
81
82
-</cfscript>
+</cfscript>
0 commit comments