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 e5e6d9c commit 3a728afCopy full SHA for 3a728af
lib/utils/safe-npm.js
@@ -41,7 +41,7 @@ const askQuestion = (rl, query) => {
41
addAlias(zshBashFile)
42
}
43
} catch (e) {
44
- throw new Error('There was an issue setting up the alias.', { cause: e })
+ throw new Error(`There was an issue setting up the alias: ${e}`)
45
46
rl.close()
47
} else if (ans.toLowerCase() !== 'n') {
0 commit comments