PluginError toString output
- Ngôn ngữ chính
- JavaScript
- Star
- 20
- Fork
- 13
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Imported from https://github.com/gulpjs/gulp-util/issues/74.
> Currently console.log'ing the error outputs way too much:
>
> ```
> { [Error: error main.scss (Line 7: Invalid CSS after "@import ": expected file to import (string or url()), was "blah;")]
> message: 'error main.scss (Line 7: Invalid CSS after "@import ": expected file to import (string or url()), was "blah;")',
> showStack: false,
> showProperties: true,
> plugin: 'gulp-ruby-sass',
> __safety: { toString: [Function] } }
> ```
>
> It should only output:
>
> ```
> [Error: error main.scss (Line 7: Invalid CSS after "@import ": expected file to import (string or url()), was "blah;")]
> ```
>
> Or even better:
>
> ```
> [gulp-ruby-sass error: error main.scss (Line 7: Invalid CSS after "@import ": expected file to import (string or url()), was "blah;")]
> ```
>
> Just define a `.toString` method for it outputting what we want.
> ##
>
> re https://github.com/yeoman/generator-gulp-webapp/pull/242#issuecomment-67011031
>
/cc @sindresorhus @contra
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.