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
echo' Use `--copy` to copy dependencies instead of symlink'.PHP_EOL.PHP_EOL;
36
+
echo' Use `--rollback` to rollback'.PHP_EOL.PHP_EOL;
34
37
echo"The directory \"$pathToProject\" does not exist or the dependencies are not installed, did you forget to run \"composer install\" in your project?".PHP_EOL;
35
38
exit(1);
36
39
}
@@ -53,12 +56,19 @@ foreach ($directories as $dir) {
0 commit comments