diff options
Diffstat (limited to 'vendor/github.com/ncruces/go-sqlite3/config.go')
| -rw-r--r-- | vendor/github.com/ncruces/go-sqlite3/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/ncruces/go-sqlite3/config.go b/vendor/github.com/ncruces/go-sqlite3/config.go index 153fbd654..b390ffa8b 100644 --- a/vendor/github.com/ncruces/go-sqlite3/config.go +++ b/vendor/github.com/ncruces/go-sqlite3/config.go @@ -265,7 +265,7 @@ func traceCallback(ctx context.Context, mod api.Module, evt TraceEvent, pDB, pAr } } if arg1 != nil { - _, rc = errorCode(c.trace(evt, arg1, arg2), ERROR) + _ = c.trace(evt, arg1, arg2) } } return rc |
