fix(core.gbapp): SaaS missing in PROD.

This commit is contained in:
me@rodrigorodriguez.com 2024-09-26 14:46:49 -03:00
parent fa66786a7c
commit fda88d34d5

View file

@ -465,7 +465,7 @@ export class GBDeployer implements IGBDeployer {
} else {
return [];
}
console.log(GBUtil.toYAML(rows));
GBLogEx.error(0, GBUtil.toYAML(rows));
await asyncPromise.eachSeries(rows, async (line: any) => {
if (line && line.length > 0) {
const key = line[1];