Skip to content

Commit

Permalink
chore(fig): get rid of --no-warnings
Browse files Browse the repository at this point in the history
No longer needed because Node v14.0.0 just came out:

nodejs/node#31974
  • Loading branch information
wincent committed Apr 21, 2020
1 parent 92df4f4 commit c70729b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/common
Expand Up @@ -54,11 +54,6 @@ do
fi
done

if [ -z "$DEBUG" ]; then
# Avoid: "ExperimentalWarning: The ESM module loader is experimental."
export NODE_OPTIONS=--no-warnings
fi

log_debug() {
if [[ $LOG_LEVEL -ge $LOG_LEVEL_DEBUG ]]; then
echo -e "${PURPLE}[debug] ${RESET} $*" > /dev/stderr
Expand Down

0 comments on commit c70729b

Please sign in to comment.