Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
var importerMiss = function(uri, prev, cb) {
importerMissCalled = true;
cb(sass.NULL);
};
'@warn': function (warning) {
if (output) {
output += '\n' + warning.getValue().replace(/\n/g, ' ');
} else {
output = warning.getValue().replace(/\n/g, ' ');
}
task.output = output;
return nodeSass.NULL;
}
};
'@warn': function () {
return nodeSass.NULL;
}
};