Release 1.1.2

This commit is contained in:
Omelette 蛋卷
2024-02-03 23:21:44 -05:00
parent 1f56eadcdf
commit 1352034afd
4 changed files with 21 additions and 19 deletions

View File

@@ -76,7 +76,6 @@ async function runLua(lua: string, outputChannel: vscode.OutputChannel, filename
timeout: 3000
});
outputChannel.show(true);
if (response.data.hasOwnProperty('result')) {
displayOutput(response.data.result);
} else {