We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf32272 commit 45a0c5aCopy full SHA for 45a0c5a
show_changelog.js
@@ -104,7 +104,9 @@ function showDepChangelog(dependency) {
104
let depChangelog = _exec(`node ${scriptPath} --from ${from} --to ${to}`, true).stdout.trim();
105
console.log(depChangelog.split(/[\r\n]/).slice(1).join('\n'));
106
} finally {
107
+ shelljs.config.silent = true;
108
shelljs.popd();
109
+ shelljs.config.silent = false;
110
}
111
112
0 commit comments