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

Commit

Permalink
Add formatted member to error class
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayplow committed Mar 19, 2019
1 parent cb220f7 commit 8eb67a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ declare module "node-sass" {
class RenderError extends Error {
/** The error message. */
message: string
/** The error message with line number annotation. */
formatted: string
/** The line number of error. */
line: number
/** The column number of error. */
Expand Down

0 comments on commit 8eb67a7

Please sign in to comment.