Skip to content

Commit 9598253

Browse files
committed
more ts-ignore
1 parent 5e41d2a commit 9598253

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

build/builtin/browser-main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
const fs = require('fs');
77
const path = require('path');
88
const os = require('os');
9+
// @ts-ignore review
910
const { remote } = require('electron');
1011
const dialog = remote.dialog;
1112

build/lib/util.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ function rimraf(dir) {
173173
if (!err) {
174174
return cb();
175175
}
176-
;
177176
if (err.code === 'ENOTEMPTY' && ++retries < 5) {
178177
return setTimeout(function () { return retry(cb); }, 10);
179178
}

0 commit comments

Comments
 (0)