Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianpraja committed Nov 7, 2021
1 parent 35e36ba commit 6adb289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/schema.js
Expand Up @@ -41,6 +41,7 @@ function buildYamlSchema() {
e = { error: error };
}
finally {
/*eslint no-unsafe-finally: "off"*/
try {
if (r && !r.done && (m = i["return"])) m.call(i);
}
Expand Down

0 comments on commit 6adb289

Please sign in to comment.