From 57cc35bc207f04e1adb4b10143144bd711a47ca2 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 22 Mar 2021 14:33:41 -0700 Subject: [PATCH] fix --- install-from-github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-from-github.js b/install-from-github.js index dc50ae7fbc3404..684aa459182160 100644 --- a/install-from-github.js +++ b/install-from-github.js @@ -21,7 +21,7 @@ const {execSync} = require('child_process'); console.log(`Rebuilding installer...`); try { - const {stdout, stderr} = execSync('npm run tsc-installer', { + execSync('npm run tsc-installer', { stdio: ['inherit', 'inherit', 'inherit'], }); } catch (e) {