renamed camelcase
This commit is contained in:
parent
795114bd58
commit
2079a75f43
4
index.js
4
index.js
|
|
@ -3,7 +3,7 @@ const path = require('path');
|
|||
const fs = require('fs-extra')
|
||||
|
||||
const pathOfApps = path.join(path.join(__dirname, 'v1'), 'apps');
|
||||
const pathOfList = path.join(path.join(__dirname, 'v1'), 'autogeneratedlist.json');
|
||||
const pathOfList = path.join(path.join(__dirname, 'v1'), 'autoGeneratedlist.json');
|
||||
|
||||
fs.readdir(pathOfApps, function(err, items) {
|
||||
for (var i = 0; i < items.length; i++) {
|
||||
|
|
@ -18,4 +18,4 @@ fs.readdir(pathOfApps, function(err, items) {
|
|||
console.log(err)
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue