Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
shvaikalesh authored Dec 14, 2016
1 parent 445eae3 commit 57d05c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ class SassCompiler {
},
(error, result) => {
if (error) {
// libsass provides a neat error message, but it's set as `error.formatted`
// instead of `error.message`. We'll create a new error with `.message` set to
// libsass provides a neat error message, but it's set as `error.formatted`
// instead of `error.message`. We'll create a new error with `.message` set to
// the original's `.formatted`.
reject(new Error(error.formatted));
} else {
Expand Down

0 comments on commit 57d05c1

Please sign in to comment.