chore: debug

This commit is contained in:
Cory Dransfeldt 2024-04-03 20:18:23 -07:00
parent eb0aea4627
commit e1e5fa9c78
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ export default async function () {
// console.log(window)
// return window
fs.readdir('./json', (err, files) => {
fs.readdir('./json/', (err, files) => {
files.forEach(file => {
console.log(file);
});