Skip to content

Commit

Permalink
Update adodb.js
Browse files Browse the repository at this point in the history
  • Loading branch information
javiquero authored Nov 26, 2020
1 parent f5d5539 commit d37fd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adodb/adodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export var ADODB = {
stdoutError(error);
}
connection.CommitTrans();
stdout(result);
stdout([]);
// Close database
free(connection);
},
Expand Down

0 comments on commit d37fd43

Please sign in to comment.