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 a27de97 commit bdb20a3Copy full SHA for bdb20a3
src/cli/utils/load.js
@@ -28,7 +28,7 @@ module.exports = function (source, cb) {
28
29
} else if (is.JSON(source)) {
30
31
- data = low(source, { storage: fileAsync }).object
+ data = low(source, { storage: fileAsync }).state()
32
cb(null, data)
33
34
} else {
0 commit comments