From c70729b67018b37be9fb4e020f2a6aa3d5666695 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Tue, 21 Apr 2020 18:36:52 +0200 Subject: [PATCH] chore(fig): get rid of --no-warnings No longer needed because Node v14.0.0 just came out: https://github.com/nodejs/node/pull/31974 --- bin/common | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/common b/bin/common index 5f9de6f37..1dbaf9e58 100755 --- a/bin/common +++ b/bin/common @@ -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