parent
125f8a3319
commit
8eaae9f50a
|
@ -309,8 +309,11 @@ class Application extends BaseApplication
|
|||
|
||||
$result = parent::doRun($input, $output);
|
||||
|
||||
// chdir back to $oldWorkingDir if set
|
||||
if (isset($oldWorkingDir)) {
|
||||
chdir($oldWorkingDir);
|
||||
Silencer::call(function () use ($oldWorkingDir) {
|
||||
chdir($oldWorkingDir);
|
||||
});
|
||||
}
|
||||
|
||||
if (isset($startTime)) {
|
||||
|
|
Loading…
Reference in New Issue