From cae82648321662d625fdbe3696ffaa4dfb1e528f Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Sun, 2 Feb 2020 09:40:49 -0800 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index cbb01468..92d3c2f2 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node --debug=9090 --inspect --perf-basic-prof-only-functions examples/http.js +web: node --inspect --perf-basic-prof-only-functions examples/http.js