From 76d525b03467ac342e83b3781e7efcee47739320 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 22 Apr 2010 14:43:25 -0700 Subject: [PATCH] Remove assert for no-such-module --- src/node.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node.cc b/src/node.cc index e8d6c8e8fc..eb5c626e88 100644 --- a/src/node.cc +++ b/src/node.cc @@ -1313,7 +1313,6 @@ static Handle Binding(const Arguments& args) { } } else { - assert(0); return ThrowException(Exception::Error(String::New("No such module"))); }