Fix new file being leftover if require in new dir fails to resolve requirements

main
Jordi Boggiano 2 years ago
parent b42a897ebe
commit 1cfdaf43f1
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -206,6 +206,8 @@ EOT
);
} catch (\Exception $e) {
if ($this->newlyCreated) {
$this->revertComposerFile(false);
throw new \RuntimeException('No composer.json present in the current directory ('.$this->file.'), this may be the cause of the following exception.', 0, $e);
}

Loading…
Cancel
Save