@symbo.ls/cli 0.6.21 → 0.6.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/fetch.js +1 -1
  2. package/package.json +1 -1
package/bin/fetch.js CHANGED
@@ -66,7 +66,7 @@ program
66
66
  console.log('Error writing file', err)
67
67
  } else {
68
68
  const initPath = process.cwd() + 'node_modules/@symbo.ls/scratch-init/.symbolsrc.json'
69
- fs.writeFile(initPath, bodyString)
69
+ fs.writeFile(initPath, bodyString, err => { if (err) throw err })
70
70
  console.log('Successfully wrote file')
71
71
  }
72
72
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "0.6.21",
3
+ "version": "0.6.22",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",