Skip to content

Commit 91954cf

Browse files
victorporofdylhunn
authored andcommitted
fix(zone.js): Fix ConsoleTask interface typo (angular#47090)
Signed-off-by: Victor Porof <victorporof@chromium.org> PR Close angular#47090
1 parent 8546b17 commit 91954cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zone.js/lib/zone-spec/async-stack-tagging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface Console {
1111
}
1212

1313
interface ConsoleTask {
14-
run<T>(f: () => T): void;
14+
run<T>(f: () => T): T;
1515
}
1616

1717
interface Task {

0 commit comments

Comments
 (0)