不要怂,就是干,撸起袖子干!

Commit 78cfc27f by jchbh-duplicate

Update instance.js

1 parent b10a8ffd
Showing with 1 additions and 1 deletions
......@@ -316,7 +316,7 @@ module.exports = (function() {
// Bit fields are returned as buffers
value = value[0];
}
value = !!value;
value = !!parseInt(value);
}
if (!options.raw && originalValue !== value) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!