socketsupply / union-app-studio

Like Codepen, but for native apps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scratches/index.js:5:7: 'ipc' is assigned a value but never used.

cassmtnr opened this issue · comments

yarn lint command is giving error:
scratches/index.js:5:7: 'ipc' is assigned a value but never used.

And on the code there is:

const ipc = require('electron').ipcMain not being used.

Good catxh @cassianomon! Fixed in ee82f22. :)