File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 1
1
name = " LiveServer"
2
2
uuid = " 16fef848-5104-11e9-1b77-fb7a48bbb589"
3
3
authors = [" Jonas Asprion <jonas.asprion@gmx.ch" , " Thibaut Lienart <tlienart@me.com>" ]
4
- version = " 1.2.5 "
4
+ version = " 1.2.6 "
5
5
6
6
[deps ]
7
7
HTTP = " cd3eb016-35fb-5094-929b-558a96fad6f3"
Original file line number Diff line number Diff line change @@ -618,15 +618,6 @@ current directory. (See also [`example`](@ref) for an example folder).
618
618
)
619
619
end
620
620
621
- old_logger = global_logger ()
622
- old_stderr = stderr
623
- global_logger (
624
- EarlyFilteredLogger (
625
- log -> log. _module != = HTTP. Servers,
626
- global_logger ()
627
- )
628
- )
629
-
630
621
server, port = get_server (host, port, req_handler)
631
622
host_str = ifelse (host == string (Sockets. localhost), " localhost" , host)
632
623
url = " http://$host_str :$port "
@@ -685,11 +676,6 @@ current directory. (See also [`example`](@ref) for an example folder).
685
676
reset_ws_interrupt ()
686
677
println (" ✓" )
687
678
end
688
- # given that LiveServer is interrupted via an InterruptException, we have
689
- # to be extra careful that things are back as they were before, otherwise
690
- # there's a high risk of the disgusting broken pipe error...
691
- redirect_stderr (old_stderr)
692
- global_logger (old_logger)
693
679
return nothing
694
680
end
695
681
You can’t perform that action at this time.
0 commit comments