Fix handling of the "periodic" argument to the setTimer compatibility overload.
This commit is contained in:
parent
43260cf982
commit
1ef8d5206f
|
@ -780,7 +780,7 @@ Timer setTimer(Duration timeout, void delegate() callback, bool periodic = false
|
|||
scope (failure) assert(false);
|
||||
logDebug("Full error: %s", e.toString().sanitize);
|
||||
}
|
||||
});
|
||||
}, periodic);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue