Skip to content

Commit

Permalink
Added missing fs import.
Browse files Browse the repository at this point in the history
Closes #1233.
  • Loading branch information
imolorhe committed Apr 18, 2020
1 parent d7fc69b commit 6f4cbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/altair-electron/src/updates.js
@@ -1,3 +1,4 @@
const fs = require('fs');
const { app, dialog } = require('electron');

const { autoUpdater } = require('electron-updater');
Expand Down

0 comments on commit 6f4cbce

Please sign in to comment.