Unverified Commit 6c50d744 authored by François-Denis Gonthier's avatar François-Denis Gonthier Committed by Michaël Zasso
Browse files

build: do not "exit" a script meant to be "source"d

Running exit in a script meant to be sourced means the user shell will
exit, which prevents seeing the error message, and is generally very
annoying.
Fix the "android-configure" script to use "return" instead of "exit".

PR-URL: https://github.com/nodejs/node/pull/35520
Fixes: https://github.com/nodejs/node/issues/35519


Reviewed-By: default avatarMichaël Zasso <targos@protonmail.com>
parent acaa58e6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment