fix(core.gbapp): SaaS missing in PROD.
This commit is contained in:
		
							parent
							
								
									fa66786a7c
								
							
						
					
					
						commit
						fda88d34d5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -465,7 +465,7 @@ export class GBDeployer implements IGBDeployer {
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
      return [];
 | 
					      return [];
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    console.log(GBUtil.toYAML(rows));
 | 
					    GBLogEx.error(0, GBUtil.toYAML(rows));
 | 
				
			||||||
    await asyncPromise.eachSeries(rows, async (line: any) => {
 | 
					    await asyncPromise.eachSeries(rows, async (line: any) => {
 | 
				
			||||||
      if (line && line.length > 0) {
 | 
					      if (line && line.length > 0) {
 | 
				
			||||||
        const key = line[1];
 | 
					        const key = line[1];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue