Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ebpf): try to assert only when it is not nil
The normalizeTimeArg function was not checking if the value was nil before asserting it as an uint64. This also adds the type to the error message.
- Loading branch information