We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32e104 commit 6e05dafCopy full SHA for 6e05daf
src/environment.cpp
@@ -167,11 +167,11 @@ namespace Sass {
167
EnvRefs* mod = compiler.getCurrentModule();
168
169
auto it = mod->module->moduse.find(a->ns());
170
- if (it == mod->module->moduse.end()) {
+ /* if (it == mod->module->moduse.end()) {
171
callStackFrame csf(compiler, a->pstate());
172
throw Exception::ModuleUnknown(compiler, a->ns());
173
}
174
- else if (it->second.second && !it->second.second->isCompiled) {
+ else */ if (it->second.second && !it->second.second->isCompiled) {
175
176
177
0 commit comments