Commit 15f763ee authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

make sure the config it returned when called without code

parent 55ebd6a2
......@@ -236,11 +236,10 @@ proc start_server {options {code undefined}} {
exit 1
}
set ::tags [lrange $::tags 0 end-[llength $tags]]
kill_server $srv
} else {
set ::tags [lrange $::tags 0 end-[llength $tags]]
set _ $srv
}
# remove tags
set ::tags [lrange $::tags 0 end-[llength $tags]]
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment