diff --git a/frog-runner.jar b/frog-runner.jar index cb8d03a..da38b20 100644 Binary files a/frog-runner.jar and b/frog-runner.jar differ diff --git a/src/extension.ts b/src/extension.ts index d15b7d6..acf7513 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -75,6 +75,9 @@ export function activate(context: vscode.ExtensionContext) { let cd = json['columnDefinitions'] if (!json['rows']) { + if ('dbOutput' in json) { + myOutputChannel.append(json['dbOutput'].map((x) => `DB: ${x}\n`).join('')); + } if (json['userErrors']) { myOutputChannel.append("Errors found:\n");