This commit is contained in:
2020-10-21 15:00:38 +08:00
parent 87edeecb2b
commit 55010c06d5
2 changed files with 7 additions and 3 deletions
-3
View File
@@ -29,9 +29,6 @@ class OnStart extends Callback
if (Snowflake::isLinux()) {
name(rtrim(Config::get('id', 'system:'), ':'));
}
while ($ret = Process::wait()) {
var_dump($ret);
}
}
}