Skip to content

Commit

Permalink
debug(parser): add status debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Oct 28, 2023
1 parent 0524aa2 commit 42b9007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export class Parser {

const time = Date.now();
const status = await parser.fnc.apply(parser.this, [opts]);
debug('parser.process', 'Status ' + JSON.stringify({ status }));
if (!status) {
const rollbacks = await this.rollbacks();
for (const r of rollbacks) {
Expand Down

0 comments on commit 42b9007

Please sign in to comment.