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 acd5f10 commit d51e52eCopy full SHA for d51e52e
app/store-tool.js
@@ -15,4 +15,4 @@ exports.read = () =>
15
.then(data => JSON.parse(data))
16
.then(a=>(console.log('read', a),a))
17
.then(data => Object.assign(store, data))
18
-// .catch(e => e)
+ .catch(e => e)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "marlin-conf",
3
- "version": "2.10.6",
+ "version": "2.10.7",
4
"description": "configuration tool for Marlin project",
5
"main": "./index.js",
6
"scripts": {
0 commit comments