mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
update: julials: automatically create tracecompile.jl file at setup
This commit is contained in:
parent
6fb7a8f544
commit
d104726b73
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue