Skip to content

Commit

Permalink
FIX: make the modules directory, if does not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 8, 2023
1 parent db89718 commit 158080a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/sys-start.reb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ start: func [
][ append copy home %.rebol/]

;- 5. /modules - directory of extension module files
modules: append copy data %modules/
make-dir/deep modules: append copy data %modules/

;; for now keep the old `module-paths`, but let user know, that it's deprecated now!
module-paths: does [
Expand Down

0 comments on commit 158080a

Please sign in to comment.