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

Commit dd38ee5a by Jan Aagaard Meier

Merge pull request #916 from komola/bug/fix-typo

Fixed typo in exception
2 parents 3e0fa63b cd564961
Showing with 1 additions and 1 deletions
...@@ -297,7 +297,7 @@ module.exports = (function() { ...@@ -297,7 +297,7 @@ module.exports = (function() {
} else if (Utils._.isObject(obj) && 'raw' in obj) { } else if (Utils._.isObject(obj) && 'raw' in obj) {
return obj.raw return obj.raw
} else { } else {
throw new Error('Unknown structure passed to order / group: ' + JSON.stringify(ojb)) throw new Error('Unknown structure passed to order / group: ' + JSON.stringify(obj))
} }
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!