feat: show unused key

This commit is contained in:
hongarc 2020-03-05 12:50:40 +07:00
parent 8eaa9f285c
commit 77bd782e5b
2 changed files with 11 additions and 6 deletions

View file

@ -71,4 +71,4 @@ exports.readDirDeep = function(dir) {
}
});
return paths;
}
};