@@ -32,7 +32,8 @@ if(argv.h || argv.help) {
function toRelative(pt) {
return path.normalize(pt.replace(/^\./, process.cwd() + "/."));
if(pt.substr(0, 1) == "/") return pt;
return path.join(process.cwd(), pt);
}
The note is not visible to the blocked user.