Skip to content

Commit

Permalink
clarified an error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
manavortex committed Mar 30, 2024
1 parent 4264f43 commit da0faf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Wolvenkit_FileValidation.wscript
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function checkDepotPath(_depotPath, _info, allowEmpty = false) {

// Check if the file is a numeric hash
if (isNumericHash(depotPath)) {
Logger.Info(`${info}No depot path set, only hash given`);
Logger.Info(`${info}Wolvenkit can't resolve hashed depot path ${depotPath}`);
return false;
}

Expand Down

0 comments on commit da0faf7

Please sign in to comment.