Skip to content

Commit

Permalink
fix lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 24, 2017
1 parent 08c535d commit 544fee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/createTestCases.js
Expand Up @@ -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}`);
Expand Down

0 comments on commit 544fee4

Please sign in to comment.