Skip to content

Commit

Permalink
pseudo push for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschaaf committed Mar 22, 2020
1 parent 8ce0daf commit 8daf158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serverlessLog.js
Expand Up @@ -41,7 +41,7 @@ function logRoute(method, server, path, maxLength) {
const methodFormatted = method.padEnd(maxLength, ' ')

return `${methodColor(methodFormatted)} ${yellow.dim('|')} ${grey.dim(
`${server}`,
server,
)}${lime(path)}`
}

Expand Down

0 comments on commit 8daf158

Please sign in to comment.