Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
daywiss committed Aug 24, 2020
1 parent c91026b commit 3bb54eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/service/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const { timeout, RelativePath } = require('../utils')

module.exports = async (Service,config={},transports,osConfig={})=>{

console.log({config,osConfig})

const {timeoutms=60000} = config
assert(config.path !== undefined, 'service requires path')
assert(transports,'requires transports')
Expand Down

0 comments on commit 3bb54eb

Please sign in to comment.