We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0551612 commit fb3301dCopy full SHA for fb3301d
bootstrap/run.sh
@@ -239,7 +239,7 @@ function main() {
239
if [ -x "$PROJECT_INIT_SCRIPT_MAIN" ]; then
240
# Correct working paths
241
local CACHE_LOCATION_BASE="$PWD";
242
- cd "${_USER_CWD}";
+ cd "${_USER_CWD}" || return 1;
243
244
# Run the Project Init main script
245
bash "${CACHE_LOCATION_BASE}/${PROJECT_INIT_SCRIPT_MAIN}" "$@";
0 commit comments