[FirstRun] Add stub to fix Windows error

This commit is contained in:
Ducko 2021-12-09 16:44:30 +00:00
parent e3e0bb0b17
commit de780bda79
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
// Stub for now at least
exports.update = (callback) => { callback(); };
exports.update = (callback) => { callback(); };
exports.performFirstRunTasks = (updater) => { };