Skip to content

Commit

Permalink
Default showErrorWithWindow to be true. Which seems the most logical …
Browse files Browse the repository at this point in the history
…option.
  • Loading branch information
Matt Seymour committed Feb 12, 2014
1 parent e1eeaa5 commit 1ee8bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less2css.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"minify": true,
"minName": false,
"autoCompile": true,
"showErrorWithWindow": false,
"showErrorWithWindow": true,
"main_file": false,
"ignorePrefixedFiles": false
}

0 comments on commit 1ee8bb4

Please sign in to comment.