Added db output.
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								frog-runner.jar
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								frog-runner.jar
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -75,6 +75,9 @@ export function activate(context: vscode.ExtensionContext) {
 | 
				
			|||||||
                    let cd = json['columnDefinitions']
 | 
					                    let cd = json['columnDefinitions']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    if (!json['rows']) {
 | 
					                    if (!json['rows']) {
 | 
				
			||||||
 | 
					                        if ('dbOutput' in json) {
 | 
				
			||||||
 | 
					                            myOutputChannel.append(json['dbOutput'].map((x) => `DB: ${x}\n`).join(''));
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
                        if (json['userErrors']) {
 | 
					                        if (json['userErrors']) {
 | 
				
			||||||
                            myOutputChannel.append("Errors found:\n");
 | 
					                            myOutputChannel.append("Errors found:\n");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user