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 0121741 commit 7a92edcCopy full SHA for 7a92edc
resources/assets/js/components/RequestTrackerPanel.js
@@ -67,7 +67,7 @@ export default ( isExpanded, refreshFrequency, hasReinitPassword, isVisualizer )
67
} );
68
},
69
stopDebuggerMonitor(){
70
- if ( "refreshMonitor" in this ){
+ if ( this.refreshMonitor != null ){
71
clearInterval( this.refreshMonitor );
72
this.refreshFrequency = 0;
73
console.info( "Stopped ColdBox Debugger Profiler Refresh" );
0 commit comments