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

Function warn

packages/api/core/src/util/messages.ts:7–11  ·  view source on GitHub ↗
(interactive: boolean, message: string)

Source from the content-addressed store, hash-verified

5}
6
7export function warn(interactive: boolean, message: string): void {
8 if (interactive) {
9 console.warn(message);
10 }
11}

Callers 1

listrPackageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected