We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e9e72 commit 2e7d3e2Copy full SHA for 2e7d3e2
edges.go
@@ -51,7 +51,6 @@ func (e *Endure) resolveEdges() error {
51
if isPrimitive(initMethod.Type.In(j).String()) {
52
e.log.Error(
53
"primitive type in the function parameters",
54
- nil,
55
slog.String("plugin", vertices[i].ID().String()),
56
slog.String("type", initMethod.Type.In(j).String()),
57
)
0 commit comments