MCPcopy
hub / github.com/serverless/serverless / blankLine

Method blankLine

packages/util/src/logger/index.js:741–743  ·  view source on GitHub ↗

* Writes an empty line to the console in a way that is * safe and doesn't break spinners, etc. DO NOT USE console.log()

()

Source from the content-addressed store, hash-verified

739 * safe and doesn't break spinners, etc. DO NOT USE console.log()
740 */
741 blankLine() {
742 writeStdErr({ level: 'notice', messageTokens: [''] })
743 }
744
745 /**
746 * Renders a confirmation prompt to the console.

Callers 15

listDeploymentsMethod · 0.80
displayFunctionsMethod · 0.80
logMethod · 0.80
showLogsMethod · 0.80
showMetricsMethod · 0.80
invokeMethod · 0.80
#writeAgentErrorMethod · 0.80
showLogsMethod · 0.80
constructorMethod · 0.80
devMethod · 0.80
connectMethod · 0.80

Calls 1

writeStdErrFunction · 0.85

Tested by

no test coverage detected