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
{{ message }}
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
$this->outputLine(sprintf('Extension "%s" has been configured!', $key));
243
244
}
@@ -259,7 +260,7 @@ public function fetchCommand($key, $version = '', $location = 'Local', $overwrit
259
260
$this->outputLine(sprintf('Extension "%s" version %s has been fetched from repository! Dependencies were not resolved.', $data['main']['extKey'], $data['main']['version']));
260
261
} catch (Exception$e) {
261
262
$this->outputLine($e->getMessage());
262
-
$this->quit();
263
+
$this->quit(1);
263
264
}
264
265
}
265
266
@@ -278,7 +279,7 @@ public function listMirrorsCommand() {
278
279
}
279
280
} catch (Exception$e) {
280
281
$this->outputLine($e->getMessage());
281
-
$this->quit();
282
+
$this->quit(1);
282
283
}
283
284
}
284
285
@@ -297,7 +298,7 @@ public function importCommand($file, $location = 'Local', $overwrite = FALSE) {
297
298
$this->outputLine(sprintf('Extension "%s" has been imported!', $data['extKey']));
0 commit comments