Skip to content

Commit

Permalink
And another dumb copy and paste typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
aickin committed Jun 22, 2017
1 parent ee6e233 commit f9b3f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function resetModules() {
console.log(`Looking for ${filePath}`);
if (fs.existsSync(filePath)) {
console.log(`Found: ${filePath}`);
console.log(`Contents: ${fs.readdirSync(path)}`);
console.log(`Contents: ${fs.readdirSync(filePath)}`);
}

}
Expand Down

0 comments on commit f9b3f79

Please sign in to comment.