1
0
mirror of https://github.com/ArcticFoxes-net/ONC-Converter synced 2024-09-18 15:44:43 -04:00

Fix very stupid mistake

This commit is contained in:
thomkeh 2018-07-15 11:44:42 +01:00 committed by GitHub
parent db3df194c4
commit f5eed6c07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
alert('Please specify a name for the connection.')
return
}
console.log(selectedFile.size + ' bytes')
console.log(ovpnFile.size + ' bytes')
let ovpnContent = await readFile(ovpnFile)
let [ovpn, keys] = parseOvpn(ovpnContent)
console.log(ovpn)