Skip to content

Conversation

@thomasp85
Copy link
Contributor

Fix #110

This PR adds the file location and line of the log call if available. If the log call can not be resolved to a file it will have <console> as a value instead as it is likely the call came interactively

@thomasp85
Copy link
Contributor Author

Windows is a mess when it comes to file paths. Would you be ok with a skip_on_os("windows") in the test?

@daroczig
Copy link
Owner

Would you be ok with a skip_on_os("windows") in the test?

Sure, thank you.

@daroczig daroczig merged commit f1d103d into daroczig:main Jan 27, 2025
14 checks passed
@daroczig
Copy link
Owner

fantastic, thank you 🙇

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.

Line number, and full and compact stack trace tracking in the log.

2 participants