Skip to content

Commit

Permalink
fix: add more error trace
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jan 25, 2024
1 parent e6d6e34 commit 465d936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/sgd/source/delta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default class SourceDeltaGenerate extends SfdxCommand {
)
}
} catch (err) {
console.log(err)
if (err instanceof Error) {
output.error = err.message
}
Expand Down

0 comments on commit 465d936

Please sign in to comment.