You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be an issue if .jl extension doesn't have an associated editor - probably can be resolved by choosing a default editor if open fails.
No application knows how to open /Users/user/Juliet/Functions/1.jl.
ERROR: failed process: Process(`open /Users/user/Juliet/Functions/1.jl`, ProcessExited(1)) [1]
in run at /Applications/Julia-0.4.6.app/Contents/Resources/julia/lib/julia/sys.dylib
in setup_function_file at /Users/user/.julia/v0.4/Juliet/src/Juliet.jl:301
in complete_lesson at /Users/user/.julia/v0.4/Juliet/src/Juliet.jl:196
in choose_lesson at /Users/user/.julia/v0.4/Juliet/src/Juliet.jl:121
in juliet at /Users/user/.julia/v0.4/Juliet/src/Juliet.jl:74
The text was updated successfully, but these errors were encountered:
Seems to be an issue if
.jl
extension doesn't have an associated editor - probably can be resolved by choosing a default editor ifopen
fails.The text was updated successfully, but these errors were encountered: