Skip to content

arti: Add context to default config files error message

Ian Jackson requested to merge Diziet/arti:error into main

Improves the error mesage in #989 (closed) somewhat.

Before:

target/debug/arti: error: Can't construct project directories to resolve a path element

After:

target/debug/arti: error: identify default config file locations: Can't construct project directories to resolve a path element

It's still not great.

Edited by Ian Jackson

Merge request reports