Skip to content

Commit

Permalink
refactor: adjust thrown error string
Browse files Browse the repository at this point in the history
  • Loading branch information
lightpohl committed Feb 17, 2024
1 parent 70254f3 commit 886b58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ const getFileFeed = async (filePath, parserConfig) => {
try {
feed = await parser.parseString(rssString);
} catch (err) {
logErrorAndExit("Unable to parse RSS URL", err);
logErrorAndExit("Unable to local RSS file", err);
}

return feed;
Expand Down

0 comments on commit 886b58b

Please sign in to comment.