X Tutup
Skip to content

Commit bcda994

Browse files
committed
Updating underline.
1 parent ce12915 commit bcda994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/rush-lib/src/scripts/install-run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export function installAndRun(
361361
}
362362

363363
const statusMessage: string = `Invoking "${packageBinName} ${packageBinArgs.join(' ')}"`;
364-
const statusMessageLine: string = new Array(statusMessage.length + 2).join('-');
364+
const statusMessageLine: string = new Array(statusMessage.length + 1).join('-');
365365
console.log(os.EOL + statusMessage + os.EOL + statusMessageLine + os.EOL);
366366

367367
const binPath: string = getBinPath(packageInstallFolder, packageBinName);

common/scripts/install-run.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
X Tutup