Skip to content

Commit b822859

Browse files
authored
fix: remove File.path (#281)
1 parent 87a4fde commit b822859

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

base/base_footer.ts

-7
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ interface NodeRequire {
3434
(moduleName: 'electron/utility'): typeof Electron.Utility;
3535
}
3636

37-
interface File {
38-
/**
39-
* The real path to the file on the users filesystem
40-
*/
41-
path: string;
42-
}
43-
4437
declare module 'original-fs' {
4538
import * as fs from 'fs';
4639
export = fs;

0 commit comments

Comments
 (0)