You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console::writeError("can't find PHP. add the path to PHP by adding the option \"phpBin\" to <path>".$configPath."</path>. it should look like \"phpBin\": \"".$examplePHP."\"");
178
179
}
179
180
180
181
return$path;
@@ -192,7 +193,7 @@ public static function getPathConsole() {
Console::writeError("please add the option `phpScriptName` with the path to your console option (e.g. core/console) to <path>".$configPath."</path> to run this process...");
196
+
Console::writeError("please add the option `phpScriptName` with the path to your console option (e.g. core".DIRECTORY_SEPARATOR."console) to <path>".$configPath."</path> to run this process...");
196
197
}
197
198
198
199
return Config::getOption("baseDir").$console;
@@ -479,7 +480,7 @@ public static function getSpacer($lengthLong,$itemLongLength) {
0 commit comments