Comments, readme, bugfixes
This commit is contained in:
@ -52,7 +52,7 @@ class Application
|
||||
}
|
||||
if ($this->config->init) {
|
||||
if (!file_exists("composer.json")) {
|
||||
log_error("No composer.json in current directory");
|
||||
error_log("No composer.json in current directory");
|
||||
return 1;
|
||||
}
|
||||
$proj = json_decode(file_get_contents("composer.json"));
|
||||
|
Reference in New Issue
Block a user