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 8597149 commit 7d9e82cCopy full SHA for 7d9e82c
dvm.sh
@@ -171,7 +171,7 @@ dvm_get_package_data() {
171
[ "$DVM_TARGET_ARCH" = 'arm64' ] &&
172
dvm_compare_version "$target_version" "v1.6.0"
173
then
174
- dvm_print_error "aarch64-darwin support deno v1.6.0 and above versions only."
+ dvm_print_error "Mac with M-series chips (aarch64-darwin) support deno v1.6.0 and above versions only."
175
dvm_failure
176
return
177
fi
0 commit comments