Refactored audiogen tool

This commit is contained in:
2023-02-13 17:07:24 -08:00
parent f1d13d2e45
commit 0794b8739c
21 changed files with 357 additions and 163 deletions

View File

@@ -91,4 +91,5 @@ const dirScan = directory => {
(() => {
dirScan(DIR_SOURCES);
console.log('Lint done');
})();