Skip to content

Commit

Permalink
fix(web): added missing typing
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Mar 3, 2021
1 parent d16a25d commit c5f556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/register-web.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import { logger, TraceablePromise } from "../lib/core";

window.onunhandledrejection = function( event )
window.onunhandledrejection = function( event: PromiseRejectionEvent )
{
logger( event.reason, event.promise );
};
Expand Down

0 comments on commit c5f556d

Please sign in to comment.