Skip to content

Commit 335f3ec

Browse files
committed
Updates debug meesage
1 parent 972ecf6 commit 335f3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ function start(cliArguments) {
8282
// Write the JSON string to a file synchronously
8383
try {
8484
fs.writeFileSync(config_data_file, jsonData)
85-
console.log('Data has been saved to data.json')
85+
console.log(`Data has been saved to ${config_data_file}`)
8686
} catch (err) {
87-
console.log('Error writing to file:', err)
87+
console.log(`Error writing to file: ${config_data_file}`, err)
8888
}
8989

9090
// Log the entire arguments array

0 commit comments

Comments
 (0)