Added semicolons for the require statements in entry file

This commit is contained in:
Observer KRypt0n_ 2021-10-13 17:18:54 +02:00
parent 93a03a328a
commit d4698f11fa
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -1,5 +1,5 @@
const { app, BrowserWindow } = require('electron')
const path = require('path')
const { app, BrowserWindow } = require('electron');
const path = require('path');
function createWindow ()
{