Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 27, 2024
1 parent 517d720 commit 9931bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrations/003-populate-sql.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function zip(a, b) {
const itemB = iterB.next();

if (itemA.done !== itemB.done) {
throw new Error('zip: iterators have different lengths')
throw new Error('zip: iterators have different lengths');
}

return {
Expand Down

0 comments on commit 9931bfa

Please sign in to comment.