chore: debug
This commit is contained in:
parent
eb0aea4627
commit
e1e5fa9c78
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Reference in a new issue