diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-18 17:53:48 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-18 17:54:01 +0900 |
| commit | 37df040d85e06100c69c6aa3560b2e4ebf977255 (patch) | |
| tree | c82f47e38a8e53e4b285e4c6c5611dba578d834b /cmd/mbf/main.go | |
| parent | 0360e779f3fb9dc770e1f33420ca5b8f8f638666 (diff) | |
internal/rosa: evaluate packages from fs
This migrates GNU sed to azalea, and resulting IR matches.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/mbf/main.go')
| -rw-r--r-- | cmd/mbf/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index f3532326..69e84fce 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -64,11 +64,11 @@ func main() { return } - h, ok := r.(rosa.HandleError) + e, ok := r.(rosa.LoadError) if !ok { panic(r) } - log.Fatal(h) + log.Fatal(e) }() ctx, stop := signal.NotifyContext(context.Background(), |
