MCPcopy
hub / github.com/electron/forge / make

Function make

packages/maker/base/src/Maker.ts:121–126  ·  view source on GitHub ↗
(opts: MakerOptions)

Source from the content-addressed store, hash-verified

119 */
120 // eslint-disable-next-line @typescript-eslint/no-unused-vars
121 async make(opts: MakerOptions): Promise<string[]> {
122 if (this.make === Maker.prototype.make) {
123 throw new Error(`Maker ${this.name} did not implement the make method`);
124 }
125 return [];
126 }
127
128 /**
129 * Helpers

Callers 2

makeMethod · 0.50
make.spec.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected