goes to right directory

pull/3/head
nrfq 2021-11-05 13:33:23 -04:00
parent 7e46b79d29
commit f830fea7c1
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ function parseAll(dirArray){
type: 'root',
children: rootChildren
}
fs.writeFile('../parser/root.json', JSON.stringify(rootJson, null, 3), function(err) {
fs.writeFile('./parser/root.json', JSON.stringify(rootJson, null, 3), function(err) {
if (err) {
console.log(err);
}