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 972ecf6 commit 335f3ecCopy full SHA for 335f3ec
index.js
@@ -82,9 +82,9 @@ function start(cliArguments) {
82
// Write the JSON string to a file synchronously
83
try {
84
fs.writeFileSync(config_data_file, jsonData)
85
- console.log('Data has been saved to data.json')
+ console.log(`Data has been saved to ${config_data_file}`)
86
} catch (err) {
87
- console.log('Error writing to file:', err)
+ console.log(`Error writing to file: ${config_data_file}`, err)
88
}
89
90
// Log the entire arguments array
0 commit comments