From e7e7b0913091cca97f7895f6eafb9daad630035f Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 8 Aug 2019 20:45:13 +0300 Subject: [PATCH] Update index.js Added --debug argument to script --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index fc35f26c0c..e03ed8c256 100644 --- a/test/index.js +++ b/test/index.js @@ -2,7 +2,7 @@ const util = require('../helpers/util') const axios = require('axios') const https = require('https') -const verbose = false +const verbose = process.env.npm_config_debug || false const errorLog = 'error.log' const config = { timeout: 60000,