File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
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.3.0 "
4
+ version = " 1.3.1 "
5
5
6
6
[deps ]
7
7
HTTP = " cd3eb016-35fb-5094-929b-558a96fad6f3"
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ doc environment or not (i.e. the `Project.toml` in `docs/`).
209
209
* `makejl="make.jl"`: path of the script generating the documentation relative
210
210
to `foldername`.
211
211
* `host="127.0.0.1"`: where the server will start.
212
- * `port=8000`: port number, an integer between 8000 (default) and 9000 .
212
+ * `port=8000`: port number.
213
213
* `launch_browser=false`: specifies whether to launch a browser at the
214
214
localhost URL or not.
215
215
"""
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ tasks that you will try to start.
44
44
#
45
45
# STEP 1: launching the listener
46
46
#
47
- # assert 8000 ≤ port ≦ 9000
48
- @test_throws ArgumentError serve (port= 7000 )
49
- @test_throws ArgumentError serve (port= 10000 )
50
47
51
48
# define filewatcher outside so that can follow it
52
49
fw = LS. SimpleWatcher (LS. file_changed_callback)
You can’t perform that action at this time.
0 commit comments