Skip to content

Commit

Permalink
Remove return {} from FFI function
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and fehrenbach committed Jul 18, 2020
1 parent b7b5428 commit e916283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bench/Main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
exports.table = function (t) {
return function () {
console.table(t);
return {};
};
};

Expand Down

0 comments on commit e916283

Please sign in to comment.