diff --git a/data/loader.js b/data/loader.js index ad5911d..d66fd2e 100644 --- a/data/loader.js +++ b/data/loader.js @@ -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'); } }) }