Merge pull request #21216 from dalen/patch-1

atom: Make ErrorNotification extend Notification
This commit is contained in:
Daniel Rosenwasser
2017-11-05 21:13:13 -08:00
committed by GitHub

View File

@@ -206,7 +206,7 @@ declare global {
gutterName?: string;
}
interface ErrorNotification extends NotificationOptions {
interface ErrorNotification extends Notification {
stack?: string;
}