We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8c9cf commit 75c27f1Copy full SHA for 75c27f1
base/util.jl
@@ -421,3 +421,5 @@ function chdir(f::Function, dir::String)
421
throw(err)
422
end
423
424
+
425
+macro chdir(dir,ex); :(chdir(()->$ex,$dir)); end
0 commit comments