Skip to content

Commit

Permalink
fix: warmup logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Dec 1, 2017
1 parent 0554a6d commit bf94b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@ export const onWarmUp = ({
context,
callback
}) => {
debug(`warmup, sleeping for ${WARMUP_SLEEP}ms`)
env.debug(`warmup, sleeping for ${WARMUP_SLEEP}ms`)
setTimeout(() => {
debug(`warmup, done`)
env.debug(`warmup, done`)
callback(null, {
containerAge: env.containerAge,
containerId: env.containerId,
Expand Down

0 comments on commit bf94b77

Please sign in to comment.