We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When hyperlinks are enabled and the location has no exit, it prints "nowhere"
PR coming very soon. (I'm not sure my fix is the correct way to handle it.)
The text was updated successfully, but these errors were encountered:
QuestJS/lib/item-links.js
Lines 217 to 221 in f9680fb
This is what I changed to fix it:
//return formatList(list, {lastSep:lang.list_or, nothing:lang.list_nowhere}); return formatList(list, {lastSep:lang.list_or, nothing:''});
Sorry, something went wrong.
No branches or pull requests
When hyperlinks are enabled and the location has no exit, it prints "nowhere"
PR coming very soon. (I'm not sure my fix is the correct way to handle it.)
The text was updated successfully, but these errors were encountered: