changing delay from command line to a number

This commit is contained in:
Axel Kittenberger 2013-06-07 14:24:02 +02:00
parent c785f0a2ad
commit d0c9a60213
1 changed files with 1 additions and 1 deletions

View File

@ -3608,7 +3608,7 @@ function runner.configure( args, monitors )
{
1,
function( secs )
clSettings.delay = secs
clSettings.delay = secs + 0
end
},