don't silently fall through in a switch statement

this fixes a JSHint error that cannot be suppressed.
This commit is contained in:
Jeff Williams 2012-07-03 18:29:04 -07:00
parent 356ac2a6c4
commit 43a1c9ea8b

View File

@ -75,6 +75,8 @@ exports.load = function(path) {
case 'js':
case 'json':
conf[name] = JSON.parse(content);
// don't add this as a tutorial
return;
// how can it be? check `finder' regexp
default: