MCPcopy Index your code
hub / github.com/ampproject/amphtml / logOnSameLineLocalDev

Function logOnSameLineLocalDev

build-system/common/logging.js:70–74  ·  view source on GitHub ↗

* Logs messages on the same line only during local development * @param {...string} messages

(...messages)

Source from the content-addressed store, hash-verified

68 * @param {...string} messages
69 */
70function logOnSameLineLocalDev(...messages) {
71 if (!isCiBuild()) {
72 logOnSameLine(...messages);
73 }
74}
75
76/**
77 * Logs messages without a timestamp

Callers 6

runLinterFunction · 0.85
summarizeResultsFunction · 0.85
runPrettifyFunction · 0.85
logCheckingFunction · 0.85
getZindexFunction · 0.85
markdownTocFunction · 0.85

Calls 2

isCiBuildFunction · 0.85
logOnSameLineFunction · 0.85

Tested by

no test coverage detected