@fresh8/copacetic
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -182,3 +182,3 @@ const EventEmitter = require('events') | ||
if (this.isPolling !== false) { | ||
this.poll = setTimeout(loop, delay) | ||
this.pollTimeout = setTimeout(loop, delay) | ||
} else { | ||
@@ -201,2 +201,3 @@ this.emit('stopped') | ||
this.isPolling = false | ||
clearTimeout(this.pollTimeout) | ||
} | ||
@@ -203,0 +204,0 @@ |
{ | ||
"name": "@fresh8/copacetic", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "A package to help your service check the health of its dependencies.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
190222
51
5435