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 4eb9835 commit d16ff35Copy full SHA for d16ff35
src/index.js
@@ -45,7 +45,7 @@ app.on('ready', () => {
45
mainWindow = createMainWindow();
46
});
47
48
-let ipc = require('electron').ipcMain;
+const ipc = require('electron').ipcMain;
49
50
ipc.on('get_snippets', (event, arg) => {
51
fs.readFile('snippets.json', 'utf8', function(err, data) {
0 commit comments