Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 2, 2022
1 parent 252ea7e commit ad2e48a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/system/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ export const createSystemInfo = function (config) {

// `result.mergeId` defaults to `result.id`. This allows merging to previous
// results even when the user did not previously intend to.
// The value is an opaque identifier.
// In order to inject values to, shell variables or JavaScript configuration
// files can be used.
const getMergeId = function (id, { merge = id }) {
return merge
}
Expand Down

0 comments on commit ad2e48a

Please sign in to comment.