Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
Co-authored-by: James M. Greene <JamesMGreene@github.com>
  • Loading branch information
gracepark and JamesMGreene authored Jun 23, 2021
1 parent cbdd722 commit 9956bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const os = require('os')
const portUsed = require('port-used')
const prefixStreamWrite = require('./lib/prefix-stream-write')
const createApp = require('./lib/app')
const libWarmServer = require('./lib/warm-server')
const warmServer = require('./lib/warm-server')
const http = require('http')

// Intentionally require these for both cluster primary and workers
Expand Down

0 comments on commit 9956bf1

Please sign in to comment.