mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 04:06: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);
|
||||
return;
|
||||
}
|
||||
|
||||
const requestObject = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-launcher-core",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "Module that downloads Minecraft assets and runs Minecraft.",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue