biofriction-wp-theme/node_modules/node-sass/test/fixtures/extras/my_custom_importer_error.js

4 lines
72 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
module.exports = function() {
return new Error('doesn\'t exist!');
};