Skip to content

Commit

Permalink
Updates debug meesage
Browse files Browse the repository at this point in the history
  • Loading branch information
catusf committed Nov 15, 2024
1 parent 972ecf6 commit 335f3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ function start(cliArguments) {
// Write the JSON string to a file synchronously
try {
fs.writeFileSync(config_data_file, jsonData)
console.log('Data has been saved to data.json')
console.log(`Data has been saved to ${config_data_file}`)
} catch (err) {
console.log('Error writing to file:', err)
console.log(`Error writing to file: ${config_data_file}`, err)
}

// Log the entire arguments array
Expand Down

0 comments on commit 335f3ec

Please sign in to comment.