Stop immediately
This commit is contained in:
parent
b7dd9e4fa1
commit
2a08c64878
|
@ -164,9 +164,9 @@ intval._watchMicro = function (err, val) {
|
||||||
if (intval._state.micro.primed) {
|
if (intval._state.micro.primed) {
|
||||||
intval._state.micro.primed = false
|
intval._state.micro.primed = false
|
||||||
intval._state.micro.time = 0
|
intval._state.micro.time = 0
|
||||||
setTimeout( () => {
|
//setTimeout( () => {
|
||||||
intval._stop()
|
intval._stop()
|
||||||
}, intval._microDelay)
|
//}, intval._microDelay)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue