Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ logStep
Function
logStep
scripts/integration/cli.mjs:2157–2161 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
2155
}
2156
2157
function
logStep(message) {
2158
if
(verbose) {
2159
console.log(`[integration] ${message}`);
2160
}
2161
}
2162
2163
function
logCommand(command, args) {
2164
if
(verbose) {
Callers
15
main
Function · 0.85
startServer
Function · 0.85
retrySimdeckJson
Function · 0.85
retrySimdeckText
Function · 0.85
retrySimdeckTextUntil
Function · 0.85
ensureFixtureForeground
Function · 0.85
recycleFixtureLaunchAndRetry
Function · 0.85
waitForFixtureRegistration
Function · 0.85
httpStep
Function · 0.85
verifyUi
Function · 0.85
verifyUiWithDescribe
Function · 0.85
resolveKnownSystemPromptsWithQueries
Function · 0.85
Calls
1
log
Method · 0.80
Tested by
no test coverage detected