There was an error while loading. Please reload this page.
2 parents 7419860 + ec091fd commit f93b064Copy full SHA for f93b064
1 file changed
src/generic.c
@@ -210,6 +210,7 @@ int generic_init(uev_ctx_t *ctx, const char *monitor, int T, int timeout, int wa
210
if (script)
211
g->exec = strdup(script);
212
213
+ uev_timer_stop(&g->script_watcher);
214
uev_timer_stop(&g->watcher);
215
216
return uev_timer_init(ctx, &g->watcher, cb, g, T * 1000, T * 1000);
0 commit comments