Skip to content

Commit 11157df

Browse files
committed
Enable logging for broken InstallRushOnlyIfNeeded.js
1 parent cf17bf7 commit 11157df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

common/scripts/InstallRushOnlyIfNeeded.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ if (installedVersion) {
101101

102102
if (installedVersion !== expectedVersion) {
103103
console.log(os.EOL + 'Installing Rush...');
104-
child_process.execSync(`"${npmPath}" install ${packageName}@${expectedVersion}`,
105-
{ cwd: rushPath, stdio: ['ignore', 'ignore', 'ignore'] });
104+
child_process.execSync(`"${npmPath}" install ${packageName}@${expectedVersion}`, { cwd: rushPath });
106105
console.log(os.EOL + `Successfully installed Rush ${expectedVersion}`);
107106
}

0 commit comments

Comments
 (0)