Skip to content

Commit 2d87eab

Browse files
committed
update localmake
1 parent 1284a5d commit 2d87eab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/localmake.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ use the updated `*.md` and source files. This way the Julia session keeps alive
1111
individual builds are much faster.
1212
=#
1313
using Pkg
14+
Pkg.activate(@__DIR__)
15+
1416
using Revise
1517
using LiveServer
1618

17-
Pkg.activate(@__DIR__)
1819
if VERSION v"1.11-"
1920
Pkg.develop(PackageSpec(path=dirname(@__DIR__))) # adds the package this script is called from
2021
end
@@ -38,7 +39,7 @@ while run
3839
try
3940
include("make.jl")
4041
catch e
41-
@info "make.jl error" e
42+
@error "make.jl error" exception=(e, catch_backtrace())
4243
end
4344

4445
printstyled("\n\nDocs are served at http://localhost:$port\n\n", color=:blue, bold=true)

0 commit comments

Comments
 (0)