Skip to content

Commit 308dfa0

Browse files
committed
revert, add todo
1 parent b688b66 commit 308dfa0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

example/json.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ server = http.createServer(function(req, res) {
1919
.on('error', function(err) {
2020
res.writeHead(500, {'content-type': 'text/plain'});
2121
res.end('error:\n\n' + util.inspect(err));
22+
console.error(err);
2223
})
2324
.on('field', function(field, value) {
2425
console.log(field, value);

todo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
todo test json with single array or number (for in may break)

0 commit comments

Comments
 (0)