Ensure keyboard shortcuts get saved in runtime settings

Fixes #1696
This commit is contained in:
Nick O'Leary
2018-04-15 11:43:03 +01:00
parent 838c7a5e89
commit 64ae67586a
2 changed files with 2 additions and 2 deletions

View File

@@ -81,8 +81,6 @@ module.exports = {
writeFile: function(path,content,backupPath) {
if (backupPath) {
try {
console.log(path);
console.log(backupPath);
fs.renameSync(path,backupPath);
} catch(err) {
console.log(err);