mirror of https://github.com/webpack/webpack.git
fix lint problem
This commit is contained in:
parent
08c535d678
commit
544fee4658
|
|
@ -48,6 +48,7 @@ createTree(fs, 5000, `${root}/modules-5000`);
|
|||
function createTree(fs, count, folder) {
|
||||
fs.mkdirSync(folder);
|
||||
let remaining = count - 1;
|
||||
|
||||
function make(prefix, count, depth) {
|
||||
if(count === 0) {
|
||||
fs.writeFileSync(`${folder}/${prefix}.js`, `export default 1;\n${avgJs}`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue