Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 8eb67a7

Browse files
committed
Add formatted member to error class
1 parent cb220f7 commit 8eb67a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ declare module "node-sass" {
187187
class RenderError extends Error {
188188
/** The error message. */
189189
message: string
190+
/** The error message with line number annotation. */
191+
formatted: string
190192
/** The line number of error. */
191193
line: number
192194
/** The column number of error. */

0 commit comments

Comments
 (0)