Commit 7ba5dcd4 by 冷斌

fix bug

parent 4bfc8115
......@@ -36,7 +36,6 @@ class Crond extends Command
/* 永不超时 */
ini_set('max_execution_time', 0);
echo 1; die;
$name = $input->getOption('name');
if ($name !== null) {
return $this->executeCmd($name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment