Skip to content

Commit

Permalink
docs: amend comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nsakaimbo committed Sep 18, 2020
1 parent 4ec3530 commit edd66d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/desktop/app-handlers/updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function getUpdater() {
return updater;
}

// Syntax: intermediary module const is REQUIRED
// to support both unnamed (default) and named exports.
// !! Syntax: assignment via intermediary module const is
// necessary to support both unnamed (default) and named exports !!
const main = ( module.exports = init );
main.getUpdater = getUpdater;

0 comments on commit edd66d9

Please sign in to comment.