This commit is contained in:
Ethan O'Brien 2022-03-26 15:29:20 -05:00 committed by GitHub
parent 02475a5538
commit 524fbde838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
response.text().then(body => {
var version = JSON.parse(body);
if (VERSION < version.current_version) {
console.log('Using emulatorjs version ' + usingVersion + ' but the newest version is ' + version.current_version + '\nopen https://github.com/ethanaobrien/emulatorjs to update');
console.log('Using emulatorjs version ' + VERSION + ' but the newest version is ' + version.current_version + '\nopen https://github.com/ethanaobrien/emulatorjs to update');
}
})
}