Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon authored Dec 6, 2023
1 parent 393643c commit 21446dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ describe('remote module', () => {
} catch (e) {
done(e)
} finally {
process.off('unhandledRejection', onUnhandledRejection)
process.off('unhandledRejection' as any, onUnhandledRejection)
}
})
})
Expand Down

0 comments on commit 21446dc

Please sign in to comment.