We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cc589 commit 2967a2cCopy full SHA for 2967a2c
src/mezz/mezz-shell.r
@@ -29,6 +29,7 @@ cd: func [
29
word! path! [
30
change-dir either all [
31
not error? set/any 'val try [get :path]
32
+ not function? :val
33
val
34
][ val ][ to-file path ]
35
]
0 commit comments