Remove assert for no-such-module
This commit is contained in:
parent
d70474dc10
commit
76d525b034
@ -1313,7 +1313,6 @@ static Handle<Value> Binding(const Arguments& args) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
assert(0);
|
|
||||||
return ThrowException(Exception::Error(String::New("No such module")));
|
return ThrowException(Exception::Error(String::New("No such module")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user