Comments, readme, bugfixes

This commit is contained in:
2017-01-10 13:50:11 +01:00
parent dd2bb032dd
commit 156bb62367
3 changed files with 101 additions and 4 deletions

View File

@ -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"));