Skip to content

Commit

Permalink
fix(core.gbapp): Fix in deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Apr 3, 2020
1 parent 9d5d754 commit 6a2556e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core.gbapp/services/GBDeployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,9 @@ export class GBDeployer implements IGBDeployer {
GBLog.info(`App (.gbapp) deployed: ${e}.`);
appPackagesProcessed++;
} catch (error) {
GBLog.error(`Error message: ${error.message}`);
GBLog.error(`Error message: ${error.stack}`);
GBLog.error(`Error compiling .gbapp package ${e}:\n${error.stderr.toString()}`);
GBLog.error(`Error compiling .gbapp package ${e}:\n${error.stdout.toString()}`);
appPackagesProcessed++;
}
Expand Down

0 comments on commit 6a2556e

Please sign in to comment.