Skip to content

Commit 6e05daf

Browse files
committed
Fin
1 parent b32e104 commit 6e05daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/environment.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ namespace Sass {
167167
EnvRefs* mod = compiler.getCurrentModule();
168168

169169
auto it = mod->module->moduse.find(a->ns());
170-
if (it == mod->module->moduse.end()) {
170+
/* if (it == mod->module->moduse.end()) {
171171
callStackFrame csf(compiler, a->pstate());
172172
throw Exception::ModuleUnknown(compiler, a->ns());
173173
}
174-
else if (it->second.second && !it->second.second->isCompiled) {
174+
else */ if (it->second.second && !it->second.second->isCompiled) {
175175
callStackFrame csf(compiler, a->pstate());
176176
throw Exception::ModuleUnknown(compiler, a->ns());
177177
}

0 commit comments

Comments
 (0)