Use meaningful error code #124

Closed
opened 2020-04-01 09:55:43 +02:00 by FWDekker · 0 comments
Owner

Currently, basic commands such as mkdir and touch always return 1 if an error occurred. Instead, these commands should return specific error codes indicating the problem, such as ENOENT if a node does not exist.

Currently, basic commands such as `mkdir` and `touch` always return `1` if an error occurred. Instead, these commands should return specific error codes indicating the problem, such as `ENOENT` if a node does not exist.
FWDekker added the
enhancement
label 2020-04-01 09:55:43 +02:00
FWDekker self-assigned this 2020-04-01 09:55:43 +02:00
Sign in to join this conversation.
No description provided.