Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdfReport/generate: add --debug flag #4422

Merged
merged 2 commits into from
Mar 5, 2025
Merged

Conversation

sorja
Copy link
Contributor

@sorja sorja commented Mar 5, 2025

Example:

# Normal
$ ts-node src/tools/report/generate.ts 

14:23:27 info: ========== ******** Starting 1741177407906
14:24:07 info: ========== ******** Executed 1741177447067 elapsed 39.161s

# With debug
$ ts-node src/tools/report/generate.ts  --debug

14:24:24 info: ========== ******** Starting 1741177464101
14:24:53 debug: Browser window opened. Press Enter to generate PDF and close the browser...

14:25:03 info: ========== ******** Executed 1741177503861 elapsed 39.76s


@sorja sorja requested a review from minotogna March 5, 2025 12:38
@sorja sorja self-assigned this Mar 5, 2025
@mergify mergify bot merged commit 2315c81 into development Mar 5, 2025
5 checks passed
@mergify mergify bot deleted the qol-dx-debug-print-view branch March 5, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants