diff --git a/lib/utils.js b/lib/utils.js index 32a091e..c324822 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -95,7 +95,10 @@ module.exports = { //Create and save to __quickfix__/quickfix.lock const path = root + "/__quickfix__"; - jsonfile.writeFileSync(path + "/quickfix.lock", changes); + jsonfile.writeFileSync(path + "/quickfix.lock", changes, { + spaces: '\t', + replacer: null + }); }, deleteCache: function() { console.log("> Cleaning cache.");