Skip to content

Commit

Permalink
util: fix NativeConsole es code
Browse files Browse the repository at this point in the history
  • Loading branch information
briansfrank committed Jul 3, 2024
1 parent 88bce30 commit 1529383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/es/NativeConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NativeConsole extends Console {
table(obj)
{
var grid = []
var t = fan.util.ConsoleTable.make(obj);
var t = ConsoleTable.make(obj);
for (var r=0; r<t.rows().size(); ++r)
{
var row = t.rows().get(r);
Expand Down

0 comments on commit 1529383

Please sign in to comment.