mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
Fix console.log and NGINX port
This commit is contained in:
@@ -291,7 +291,6 @@ function updateLaunchCommand(command: string) {
|
||||
if (autosetGuess.type === "platform") {
|
||||
launchConfiguration.value.platform = autosetGuess.platform;
|
||||
} else if (autosetGuess.type === "executor") {
|
||||
console.log(autosetGuess.executorId);
|
||||
executor.value = {
|
||||
launchId: autosetGuess.executorId,
|
||||
gameName: autosetGuess.gameName,
|
||||
|
||||
Reference in New Issue
Block a user