File Not Found Messaging Inconsistent #95
Labels
bug
Something isn't working
priority-low
Legit issue but cosmetic or nice-to-have
severity-low
Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
v3
prospective changes for v3
Milestone
zowe files upload ftds local remote
gives a message like:zowe jobs submit lf noexist
It seems one command uses
fs.readFileSync
directly and another uses a custom encapsulation offs.readFileSync
. It seems they should use the same encapsulation for consistent messaging, perhapsIO.readFileSync
?The text was updated successfully, but these errors were encountered: