changing the acceptable url format for the http modem to drop the double slashes after the 'http' or somethingas the they get replaced into single one on command.js but not on the user program, producing discrepancy

This commit is contained in:
minjaesong
2022-09-22 18:19:53 +09:00
parent e905b3ace8
commit 2dc6f581cc
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
let url="http://localhost/testnet/test.txt"
let url="http:localhost/testnet/test.txt"
let file = files.open("B:\\"+url)