update: julials: automatically create tracecompile.jl file at setup

This commit is contained in:
qwjyh 2024-06-25 19:37:11 +09:00
parent 6fb7a8f544
commit d104726b73
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ if !ispath(project_path)
try
mkdir(project_path)
@info "Created $(project_path)"
touch(joinpath(project_path, "tracecompile.jl"))
catch e
@error e
@error dump(e)