mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 20:51:30 +03:00
ignore that
This commit is contained in:
parent
25f889f091
commit
ebefa405a0
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ module.exports.getVersion = function (version, directory) {
|
|||
request.get(parsed.versions[desiredVersion].url, function(error, response, body) {
|
||||
if (error) resolve(error);
|
||||
|
||||
event.emit('debug', `[MCLC Debug]: Parsed version from version manifest`);
|
||||
event.emit('debug', `[MCLC]: Parsed version from version manifest`);
|
||||
resolve(JSON.parse(body));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue