Skip to content

Commit 8dc3e70

Browse files
committed
1 parent f00ad14 commit 8dc3e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/hover/markerHoverParticipant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export class MarkerHoverParticipant implements IEditorHoverParticipant<MarkerHov
231231
});
232232
}
233233
});
234-
});
234+
}, onUnexpectedError);
235235
}
236236
}
237237

0 commit comments

Comments
 (0)