fix jar dls
All checks were successful
/ Build BaseBand SPLServer (push) Successful in 15s

This commit is contained in:
Daniella / Tove 2024-10-14 05:51:11 +02:00
parent a40147d96d
commit be7aadc097
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -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
}