mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-26 06:47:07 +03:00
Added semicolons for the require statements in entry file
This commit is contained in:
parent
93a03a328a
commit
d4698f11fa
1 changed files with 2 additions and 2 deletions
4
entry.js
4
entry.js
|
@ -1,5 +1,5 @@
|
|||
const { app, BrowserWindow } = require('electron')
|
||||
const path = require('path')
|
||||
const { app, BrowserWindow } = require('electron');
|
||||
const path = require('path');
|
||||
|
||||
function createWindow ()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue