Skip to content

Commit

Permalink
Your commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jshea2 committed Jul 23, 2024
1 parent bce837c commit 8180139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const createWindow = async () => {
};
const jsonData = JSON.stringify(config, null, 2);
fs.writeFile(path.join(dataPath, 'config.json'), jsonData, finished);
console.log('saved file');
console.log('Saved file');
};

// Submit and Config Handle
Expand Down

0 comments on commit 8180139

Please sign in to comment.