mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-14 15:06:05 +09:00
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:
@@ -1,4 +1,4 @@
|
||||
let url="http://localhost/testnet/test.txt"
|
||||
let url="http:localhost/testnet/test.txt"
|
||||
|
||||
let file = files.open("B:\\"+url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user