Skip to content

Commit

Permalink
修正启动游戏没有判断路径
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Jul 4, 2024
1 parent 1350e0e commit de157a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class Helper {
location: vscode.ProgressLocation.Window,
}, async (progress) => {
let gameLauncher = new GameLauncher();
let suc = gameLauncher.launch({
let suc = await gameLauncher.launch({
"lua_wait_debugger": true,
});
if (!suc) {
Expand Down

0 comments on commit de157a6

Please sign in to comment.