You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cnquery run github repo lunalectric/backend -c "github.repository { id closedIssues license }" ✔ │ 4s │ 11:22:47
→ loaded configuration from /etc/opt/mondoo/mondoo.yml using source default
1 error occurred:
* not found
github.repository: {
id: 509600275
closedIssues: [
0: github.issue title="🐛 Use fixed action"
1: github.issue title="Update the pg example to make it all work"
2: github.issue title="Add postgresql manifest + testing"
]
license: not found
}
Describe the bug
When I define a async method in lr like:
And the method returns nil, it panics. This is caused by the fact that the generated code does not check for nil
To Reproduce
Expected behavior
nil should just be ok
The text was updated successfully, but these errors were encountered: