[FirstRun] Add stub to fix Windows error
This commit is contained in:
parent
e3e0bb0b17
commit
de780bda79
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
// Stub for now at least
|
||||
|
||||
exports.update = (callback) => { callback(); };
|
||||
exports.performFirstRunTasks = (updater) => { };
|
Loading…
Reference in a new issue