Fix handling of the "periodic" argument to the setTimer compatibility overload.

This commit is contained in:
Sönke Ludwig 2017-09-03 15:46:50 +02:00
parent 43260cf982
commit 1ef8d5206f
No known key found for this signature in database
GPG key ID: D95E8DB493EE314C

View file

@ -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);
}
/**