Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
export
function
warn(interactive: boolean, message: string): void {
8
if
(interactive) {
9
console.warn(message);
10
}
11
}
Callers
1
listrPackage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected