From a2a953434c501c17b6df13e90df2c92f1c8d24d3 Mon Sep 17 00:00:00 2001 From: Bayangmbe Mounmo Date: Thu, 7 Dec 2023 01:51:53 +0100 Subject: [PATCH] security issue: removed console of --- examples/basic-js-python/main/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic-js-python/main/background.js b/examples/basic-js-python/main/background.js index 399856bd..bf97a6cd 100644 --- a/examples/basic-js-python/main/background.js +++ b/examples/basic-js-python/main/background.js @@ -29,7 +29,7 @@ async function startProcess(event, value) { } else { scriptPath = path.join(__dirname, '../scripts/runner.sh'); } - console.log(`DEBUG: scriptPath: ${scriptPath}`) + // console.log(`DEBUG: scriptPath: ${scriptPath}`) exec(`sh ${scriptPath} ${value}`, (error, stdout, stderr) => { if (error) {