mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-02-12 22:52:02 +00:00
Merge pull request #77 from zhangjiantao/patch-1
fix: payloadType not defined
This commit is contained in:
commit
c721ed37c1
2
main.js
2
main.js
@ -210,7 +210,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
logOutput(`<span style='color:blue'>Preparing to launch ${payloadType}...</span>`);
|
logOutput(`<span style='color:blue'>Preparing to launch ${payloadPath}...</span>`);
|
||||||
launchPayload(payload);
|
launchPayload(payload);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user