From 969e7f2e3b9a374636745f52c36187bac96dea85 Mon Sep 17 00:00:00 2001 From: Mike Kormendy Date: Thu, 15 Jul 2021 01:55:20 -0500 Subject: [PATCH] Removes warnings tracing from the node monitor config (which blocked debugging). --- nodemon.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nodemon.json b/nodemon.json index f1e14ec..cea206a 100755 --- a/nodemon.json +++ b/nodemon.json @@ -6,9 +6,5 @@ "ext": "ts", "ignore": [], "exec": "tsc && homebridge -I -D -Q", - "signal": "SIGTERM", - "outputCapture": "all", - "env": { - "NODE_OPTIONS": "--trace-warnings" - } + "signal": "SIGTERM" } \ No newline at end of file