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 61410f3 commit 550fdb7Copy full SHA for 550fdb7
packages/caliper-core/lib/manager/monitors/monitor-docker.js
@@ -274,7 +274,7 @@ class MonitorDocker extends MonitorInterface {
274
*/
275
async start() {
276
// Conditionally build monitored containers, these are persisted between rounds and restart action
277
- if (!this.containers || this.containers.length == 0) {
+ if (!this.containers || this.containers.length === 0) {
278
await this.findContainers();
279
}
280
// Read stats immediately, then kick off monitor refresh at interval
0 commit comments