postcss / postcss-url

PostCSS plugin to rebase url(), inline or copy asset.
MIT License
377 stars 59 forks source link

fix(test): calling an asynchronous function without callback is deprecated #129

Closed douglasduteil closed 6 years ago

douglasduteil commented 6 years ago

Hi @postcss

fs asynchronous functions now demand a callback. see https://nodejs.org/docs/latest-v8.x/api/fs.html#fs_fs_readfile_path_options_callback

This will make the tests Node@10 compatible :wink:

realityking commented 6 years ago

Fixed with #126

douglasduteil commented 6 years ago

Alright