We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4142b62 commit 29d978cCopy full SHA for 29d978c
1 file changed
lib/node_modules/@stdlib/console/log/examples/index.js
@@ -30,5 +30,5 @@ log( '%i', 2 );
30
log( '%.2i', 2.2 );
31
log( '%f', 3.14 );
32
log( '%.2f', 4.13 );
33
-log( '%o', { 'foo': 'bar' } );
+log( '%o', { 'foo': 'bar' });
34
log( '%O', [ 1, 2, 3, 4 ]);
0 commit comments