Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async function prettify(command, { fullPayload } = {}) {
const commandBlock = await Command.emit(command)
const result = exporter.prettify(commandBlock, {
commandPrefixPadding,
})
return fullPayload ? result : result.body
}
async function prettify(command, { fullPayload, startingLevel } = {}) {
const commandBlock = await Command.emit(command)
const result = exporter.prettify(commandBlock, {
commandPrefixPadding,
startingLevel,
})
return fullPayload ? result : result.body
}
async function prettify(command, { fullPayload } = {}) {
const commandBlock = await Command.emit(command)
const result = exporter.prettify(commandBlock, {
commandPrefixPadding,
})
return fullPayload ? result : result.body
}
async function prettify(command, { fullPayload } = {}) {
const commandBlock = await Command.emit(command)
const result = exporter.prettify(commandBlock, {
commandPrefixPadding,
})
return fullPayload ? result : result.body
}
async function prettify(command, { fullPayload } = {}) {
const commandBlock = await Command.emit(command)
const result = exporter.prettify(commandBlock, {
commandPrefixPadding,
})
return fullPayload ? result : result.body
}
async function prettify(command, { fullPayload } = {}) {
const commandBlock = await Command.emit(command)
const result = exporter.prettify(commandBlock, {
commandPrefixPadding,
})
return fullPayload ? result : result.body
}