Skip to content

Commit 5821a5d

Browse files
author
jose9398
committed
asdf
1 parent f42a08d commit 5821a5d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/statement.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ NAN_METHOD(Statement::New) {
8686
}
8787

8888
int length = info.Length();
89-
Nan::ThrowError(info[1]);
90-
9189
if (length <= 0 || !Database::HasInstance(info[0])) {
9290
return Nan::ThrowTypeError("Database object expected");
9391
}

0 commit comments

Comments
 (0)