mirror of
https://github.com/omltcat/dcs-lua-runner.git
synced 2025-11-10 15:49:49 +00:00
Release 1.1.2
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user