Skip to content

Commit 74b5086

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ export function useBash() {
149149

150150
function checkShell() {
151151
if (!$.shell)
152-
throw new Error(
153-
`No shell is available: https://google.github.io/zx/setup#bash`
154-
)
152+
throw new Error(`No shell is available: https://ï.at/zx-no-shell`)
155153
}
156154

157155
function checkQuote() {

0 commit comments

Comments
 (0)