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 10e6d85 commit 874c924Copy full SHA for 874c924
test/integration/client/json-type-parsing-tests.js
@@ -2,6 +2,7 @@ var helper = require(__dirname + '/test-helper');
2
var assert = require('assert');
3
//if you want binary support, pull request me!
4
if (helper.config.binary) {
5
+ console.log('binary mode does not support JSON right now');
6
return;
7
}
8
0 commit comments