This commit is contained in:
zadam
2020-02-09 22:31:52 +01:00
parent 99ea238c3f
commit 7767edd82f
7 changed files with 25 additions and 24 deletions

View File

@@ -86,7 +86,7 @@ async function getRunPath(notePath) {
break;
}
else {
ws.logError("No parents, can't activate node.");
console.log("No parents so no run path.");
return;
}
}