Skip to content

Commit

Permalink
refactor: Replace N/D with more verbose Unknown error
Browse files Browse the repository at this point in the history
Review proposed "No error", but is misleading, as this fuction is only called where we know there was an error
  • Loading branch information
ENDERZOMBI102 authored Jan 20, 2024
1 parent 3baa951 commit 22936b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/action_convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,5 +618,5 @@ static const vlChar* get_last_vtflib_error() {
return error + 7;
}

return "N/D";
return "Unknown error";
}

0 comments on commit 22936b6

Please sign in to comment.