Remove assert for no-such-module

This commit is contained in:
Ryan Dahl 2010-04-22 14:43:25 -07:00
parent d70474dc10
commit 76d525b034

View File

@ -1313,7 +1313,6 @@ static Handle<Value> Binding(const Arguments& args) {
}
} else {
assert(0);
return ThrowException(Exception::Error(String::New("No such module")));
}