Browse Source

Remove assert for no-such-module

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
76d525b034
  1. 1
      src/node.cc

1
src/node.cc

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

Loading…
Cancel
Save