Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
better error display
Browse files Browse the repository at this point in the history
  • Loading branch information
mvrilo committed Nov 20, 2010
1 parent 68ce0a5 commit ae55466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/frank.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function static_handler(route, path) {
});
}
else {
throw new Error('"'+path+'" is not a directory.');
throw new Error('Path given is not a directory.');
}
}

Expand Down

0 comments on commit ae55466

Please sign in to comment.