Commit 410f3e774ac4c6200e0dbed263835738972d87e5

Authored by Adhidarma Hadiwinoto
1 parent 03099b9fc6
Exists in master

typo

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -12,7 +12,7 @@ const candindates = [
12 12  
13 13 let config;
14 14  
15   -for (let i of candindates) {
  15 +for (let candindate of candindates) {
16 16 if (fs.existsSync(candindate)) {
17 17 //console.log(candindate + ' FOUND');
18 18 try {