Replies: 1 comment 5 replies
-
Hi @tfe, I think in order for this to work our |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was testing out this library in my project and for [reasons] wanted to wrap calls to it in my own method. I thought by passing in the parameters for
fileID
,filePath
, etc. that would be sufficient to preserve the original source location, however in practice the runtime warning flag is still showing up on the line where I callIssueReporting.reportIssue(message, fileID: fileID, filePath: filePath, line: line, column: column)
, which is always in my wrapper function and not terribly useful.Has anyone successfully done something like this?
Here's what I'm actually trying to do for context... maybe there's a better way to accomplish my root goal that doesn't involve this wrapper?
Beta Was this translation helpful? Give feedback.
All reactions