Skip to content

Commit 550fdb7

Browse files
committed
comparison to ===
Signed-off-by: Viserius <info@marksoelman.nl>
1 parent 61410f3 commit 550fdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/caliper-core/lib/manager/monitors/monitor-docker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class MonitorDocker extends MonitorInterface {
274274
*/
275275
async start() {
276276
// Conditionally build monitored containers, these are persisted between rounds and restart action
277-
if (!this.containers || this.containers.length == 0) {
277+
if (!this.containers || this.containers.length === 0) {
278278
await this.findContainers();
279279
}
280280
// Read stats immediately, then kick off monitor refresh at interval

0 commit comments

Comments
 (0)