Skip to content

Conversation

@schneems
Copy link
Contributor

Before:

failed to open file `file.txt`: The system cannot find the file specified. (os error 2)

After (with debug feature):

failed to open file `file.txt`: The system cannot find the file specified. (os error 2)

Path does not exist `file.txt`
- Absolute path `/path/to/dir/file.txt`
- Missing `file.txt` from parent directory:
  `/path/to/dir`
    └── `file.md`
    └── `different.txt`

Before:

```
failed to open file `file.txt`: The system cannot find the file specified. (os error 2)
```

After (with `debug` feature):

```
failed to open file `file.txt`: The system cannot find the file specified. (os error 2)

Path does not exist `file.txt`
- Absolute path `/path/to/dir/file.txt`
- Missing `file.txt` from parent directory:
  `/path/to/dir`
    └── `file.md`
    └── `different.txt`
```
@schneems schneems marked this pull request as ready for review November 18, 2025 03:34
@schneems schneems enabled auto-merge (squash) November 18, 2025 03:35
@schneems schneems merged commit 8e6f7b0 into main Nov 18, 2025
22 checks passed
@schneems schneems deleted the schneems/debug-fs branch November 18, 2025 12:14
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.

2 participants