Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcisbee committed Nov 12, 2020
1 parent 0628971 commit 964fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const validate = require("./validate");
function output(fileContents, schema, config) {
try {
validate(null, fileContents, schema, config);
} catch(errors) {
} catch (errors) {
return errors;
}

Expand Down

0 comments on commit 964fa7d

Please sign in to comment.