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
@@ -226,7 +226,7 @@ function (Link $link) use ($pieComposer, $phpEnabledExtensions, $installedPiePac
226
226
$anyErrorsHappened = true;
227
227
228
228
// @todo Figure out if there is a way to improve this, safely
229
-
$this->io->write(sprintf(
229
+
$this->io->writeError(sprintf(
230
230
"<warning>Multiple packages were found for %s:</warning>\n %s\n\n<warning>This means you cannot `pie install` this project interactively for now.</warning>",
0 commit comments