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 32ecf75 commit 3386bbeCopy full SHA for 3386bbe
tools/build.js
@@ -56,7 +56,7 @@ redis.command().then(function (res) {
56
57
// Use safe-stable-stringify instead fo JSON.stringify
58
// for easier diffing
59
- var content = stringify(commands, { space: ' ' })
+ var content = stringify(commands, null, ' ')
60
61
fs.writeFileSync(commandPath, content)
62
})
0 commit comments