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 f3ae4a9 commit 9df6643Copy full SHA for 9df6643
src/dump.ts
@@ -64,7 +64,7 @@ export default async function (
64
console.log(`
65
eval "_pkgx_dev_try_bye() {
66
suffix=\\"\\\${PWD#\\"${cwd}\\"}\\"
67
- [ \\"\\$PWD\\" = \\"${cwd}$suffix\\" ] && return 1
+ [ \\"\\$PWD\\" = \\"${cwd}\\$suffix\\" ] && return 1
68
echo -e \\"\\033[31m${bye_bye_msg}\\033[0m\\" >&2
69
${undo.trim()}
70
unset -f _pkgx_dev_try_bye
0 commit comments