Skip to content

Commit 8a137bf

Browse files
committed
chore: update no-shell err message
1 parent 3c5628a commit 8a137bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export function useBash() {
150150
function checkShell() {
151151
if (!$.shell)
152152
throw new Error(
153-
`No shell is available: https://google.github.io/zx/setup#bash`
153+
`No shell is available: https://ï.at/zx-no-shell`
154154
)
155155
}
156156

0 commit comments

Comments
 (0)