Skip to content

Conversation

@SteveLauC
Copy link
Member

Before

panic: file not found: /Users/steve/.local/bin/file_not_exist

After

panic: failed to absolutize path 'file_not_exist', tried
['/Users/steve/go/src/infini.sh/loadgen/bin/file_not_exist', '/Users/steve/.local/bin/file_not_exist'], but they do not exist

Standards checklist

  • The PR title is descriptive
  • The commit messages are semantic
  • Necessary tests are added
  • Updated the release notes
  • Necessary documents have been added if this is a new feature
  • Performance tests checked, no obvious performance degradation

Before

```
panic: file not found: /Users/steve/.local/bin/file_not_exist
```

After

```
panic: failed to absolutize path 'file_not_exist', tried
['/Users/steve/go/src/infini.sh/loadgen/bin/file_not_exist', '/Users/steve/.local/bin/file_not_exist'], but they do not exist
```
@ayangweb ayangweb merged commit 12b0df8 into main Nov 25, 2025
4 checks passed
@ayangweb ayangweb deleted the steve/try_abs_panic_msg branch November 25, 2025 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants