Skip to content

Commit

Permalink
Fix: eslint failure on missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Janssen committed May 15, 2024
1 parent 05b979c commit 586040b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function download(
w.on('close', () => {
resolve();
});
})
});
})
.on('error', reject);
})
Expand Down

0 comments on commit 586040b

Please sign in to comment.