mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Reap instantly.
This commit is contained in:
@@ -46,6 +46,7 @@ module.exports = function(options) {
|
||||
})
|
||||
}
|
||||
|
||||
reap()
|
||||
timer = setInterval(reap, options.reapInterval)
|
||||
|
||||
process.on('SIGINT', function() {
|
||||
|
||||
Reference in New Issue
Block a user