Skip to content

Commit 88e197a

Browse files
authored
Merge pull request #86 from gyaaniguy/patch-1
Fetch settings from JSON API
2 parents 015d00f + 7d8da3a commit 88e197a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs-write-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ your main.js should look something like below:
88
```js
99
const open = require('./node_modules/open');
1010

11-
const { method, parameters } = JSON.parse(process.argv[2]);
11+
const { method, parameters, settings } = JSON.parse(process.argv[2]);
1212

1313
if (method === "query") {
1414
console.log(JSON.stringify(

0 commit comments

Comments
 (0)