This commit is contained in:
parent
a40147d96d
commit
be7aadc097
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ func dir { | with client dir location ;
|
|||
func handle-client { | with client ;
|
||||
client:read;
|
||||
client:path:ends-with<".jar"> if {
|
||||
client:path:sub<0 client:path:len 4 -> client:=path
|
||||
def path client:path :to-bytes =path
|
||||
path:sub<0 path:len 4 -> :to-str client:=path
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue