Skip to content

Commit

Permalink
jslint test/simple/test-readdir.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMadsen committed Dec 11, 2011
1 parent 6246539 commit f47276a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-readdir.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ process.on('exit', function() {
var has_caught = false;

try {
fs.readdirSync(__filename)
fs.readdirSync(__filename);
}
catch (e) {
has_caught = true;
Expand Down

0 comments on commit f47276a

Please sign in to comment.