Skip to content

Commit 8fb8c03

Browse files
committed
Merge commit '39cc3d113f91a1a364c4d3cd63a2d1e267e6db0b' into release
2 parents 40f835f + 39cc3d1 commit 8fb8c03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ app.whenReady().then(() =>
600600
fs.readdirSync(dir).forEach(function(file)
601601
{
602602
var filePath = path.join(dir, file);
603-
stat = fs.statSync(filePath);
603+
var stat = fs.statSync(filePath);
604604

605605
if (stat.isFile() && path.basename(filePath).charAt(0) != '.')
606606
{

0 commit comments

Comments
 (0)