From d5106d2476ef23245b736d3cee33886dd1af43db Mon Sep 17 00:00:00 2001 From: Silas Rech Date: Wed, 5 Dec 2018 15:31:15 +0100 Subject: [PATCH] =?UTF-8?q?[sass]=20add=20missing=20=E2=80=98formatted?= =?UTF-8?q?=E2=80=99=20property?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/sass/dart-sass/blob/f914c390676b97fc8de86a24072e0112095dd4ce/lib/src/node.dart#L384 --- types/sass/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types/sass/index.d.ts b/types/sass/index.d.ts index 0131836143..bd416d9718 100644 --- a/types/sass/index.d.ts +++ b/types/sass/index.d.ts @@ -136,6 +136,11 @@ export interface SassException extends Error { */ message: string; + /** + * The formatted error. + */ + formatted: string; + /** * The line number of error. */