Skip to content

Commit

Permalink
revert, add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosSacASac committed Dec 17, 2019
1 parent b688b66 commit 308dfa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ server = http.createServer(function(req, res) {
.on('error', function(err) {
res.writeHead(500, {'content-type': 'text/plain'});
res.end('error:\n\n' + util.inspect(err));
console.error(err);
})
.on('field', function(field, value) {
console.log(field, value);
Expand Down
1 change: 1 addition & 0 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
todo test json with single array or number (for in may break)

0 comments on commit 308dfa0

Please sign in to comment.