Skip to content

Commit

Permalink
Reword missing compiler message (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 28, 2021
1 parent c65a478 commit 9ac63f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -12,7 +12,7 @@ const applySourceMap = require('vinyl-sourcemaps-apply');
const PLUGIN_NAME = 'gulp-sass';

const MISSING_COMPILER_MESSAGE = `
gulp-sass 5 does not have a default Sass compiler; please set one yourself.
gulp-sass no longer has a default Sass compiler; please set one yourself.
Both the "sass" and "node-sass" packages are permitted.
For example, in your gulpfile:
Expand Down

0 comments on commit 9ac63f0

Please sign in to comment.