Scripting problem in 4.0Beta3

So I have noticed that “:delay” command will not accept less than one second as a parameter.
It handles the normal time formats correctly, will delay 60sec when given 1m as parameter, but if you specify a time less than one second it returns an error. I know it’s still beta, but this is making it awkward to do any kind of scripting.

[admin@RTR2] > :delay 1000ms
--- Delays for one second like normal ---
[admin@RTR2] > :delay 999ms
message=invalid time value for argument delay-time;code=1

Thank you for the report. We will try to fix the problem.