Skip to content

Commit 7d9e82c

Browse files
committed
Update supported mac message
1 parent 8597149 commit 7d9e82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ dvm_get_package_data() {
171171
[ "$DVM_TARGET_ARCH" = 'arm64' ] &&
172172
dvm_compare_version "$target_version" "v1.6.0"
173173
then
174-
dvm_print_error "aarch64-darwin support deno v1.6.0 and above versions only."
174+
dvm_print_error "Mac with M-series chips (aarch64-darwin) support deno v1.6.0 and above versions only."
175175
dvm_failure
176176
return
177177
fi

0 commit comments

Comments
 (0)