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 7bedc16 commit 00f1fb1Copy full SHA for 00f1fb1
libraries/rush-lib/src/scripts/install-run.ts
@@ -536,7 +536,7 @@ function _run(): void {
536
]: string[] = process.argv;
537
538
if (!nodePath) {
539
- throw new Error('Unexpected exception: could not detect node path');
+ throw new Error('Could not detect node path');
540
}
541
542
const scriptFileName: string = path.basename(scriptPath).toLowerCase();
0 commit comments