Skip to content

Commit

Permalink
fixup! Use instanceOfNodeError
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Oct 25, 2024
1 parent 1c60393 commit 594dfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build.index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function run(): Promise<void> {
})
} catch (e) {
console.error(e)
/* eslint-disable-next-line @typescript-eslint/prefer-promise-reject-errors */
// eslint-disable-next-line @typescript-eslint/prefer-promise-reject-errors
reject(e)
}
})
Expand Down

0 comments on commit 594dfb7

Please sign in to comment.