Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20250503015343/https://github.com/nodejs/node/issues/35519
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
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: #35520Fixes: #35519
Reviewed-By: Michaël Zasso <targos@protonmail.com>
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: #35520Fixes: #35519
Reviewed-By: Michaël Zasso <targos@protonmail.com>
What steps will reproduce the bug?
Run android-configure, as prescribed, but without parameters
source ./android-configure
This will terminate my shell window.
What is the expected behavior?
Just show the error message and return.
Additional information
PR will soon follow.
The text was updated successfully, but these errors were encountered: