Skip to content

Commit

Permalink
Tuned-up single.js example
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Nov 2, 2011
1 parent bc8509a commit dd98421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/single.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ try {
}

var doc = jsyaml.load(fd);
console.log(inspect(doc));
console.log(inspect(doc, false, 10));
});
} catch (e) {
console.log(e.stack || e.toString());
Expand Down

0 comments on commit dd98421

Please sign in to comment.