mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 12:16:21 +03:00
prevents code from continuing to run
No idea why the first resolve doesnt just end it...
This commit is contained in:
parent
96cbd7c8d2
commit
4202eb201c
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ function getAuth(username, password) {
|
||||||
};
|
};
|
||||||
|
|
||||||
resolve(user);
|
resolve(user);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const requestObject = {
|
const requestObject = {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-launcher-core",
|
"name": "minecraft-launcher-core",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "Module that downloads Minecraft assets and runs Minecraft.",
|
"description": "Module that downloads Minecraft assets and runs Minecraft.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue