Add missing fs require
This commit is contained in:
parent
669b815758
commit
e9b3a51703
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
const assert = require('assert');
|
||||
const child_process = require('child_process');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const os = require('os');
|
||||
const remote = require('electron').remote;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue