@sigodenjs/dee-srv-create
Advanced tools
Comparing version 0.16.5 to 0.16.6
@@ -83,3 +83,3 @@ "use strict"; | ||
} | ||
const { srv, stop = (() => { }) } = yield init(ctx, options.args, deps); | ||
const { srv, stop = (() => { }) } = yield init(ctx, options.args, options.ctor, deps); | ||
debug(`finish starting srv ${srvName}`); | ||
@@ -86,0 +86,0 @@ return { srv, stop }; |
{ | ||
"name": "@sigodenjs/dee-srv-create", | ||
"version": "0.16.5", | ||
"version": "0.16.6", | ||
"description": "Utils for creating batch of dee-srvs", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8858