Skip to content

Commit 47acf72

Browse files
author
substack
committed
console.dir -> console.log
1 parent 0efed03 commit 47acf72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
var argv = require('../')(process.argv.slice(2));
2-
console.dir(argv);
2+
console.log(argv);

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fanciful decoration.
1313

1414
``` js
1515
var argv = require('minimist')(process.argv.slice(2));
16-
console.dir(argv);
16+
console.log(argv);
1717
```
1818

1919
```

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy