saberland/saber




The issue has been solved
Windows path issue in $saber.getPageLink #460
egoist posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
<!-- Issues which contain questions or support requests will be closed. -->
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
Bug report
In line 137 route.meta.__relative
is a path separated by slash /
, but relativePath
is separated by backslash \
on Windows (since we're using path.join
in line 128.
Other relevant information
- Result of running
saber -v
: saber/0.9.0 darwin-x64 node-v10.16.2