File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.9.2
2+
3+ ### Node JS API
4+
5+ * Produce more readable filesystem errors, such as when a file doesn't exist.
6+
17## 1.9.1
28
9+ ### Command-Line Interface
10+
311* Don't emit ANSI codes to Windows terminals that don't support them.
412
513* Fix a bug where ` --watch ` crashed on Mac OS.
Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ class FileSystemException {
6767 final String path;
6868
6969 FileSystemException ._(this .message, this .path);
70+
71+ String toString () => "${p .prettyUri (p .toUri (path ))}: $message " ;
7072}
7173
7274class Stderr {
Original file line number Diff line number Diff line change 11name : sass
2- version : 1.9.1
2+ version : 1.9.2
33description : A Sass implementation in Dart.
44author :
Dart Team <[email protected] > 55homepage : https://github.com/sass/dart-sass
You can’t perform that action at this time.
0 commit comments