Comparing version 0.0.1 to 0.0.2
@@ -12,3 +12,2 @@ 'use strict'; | ||
options = formatOptions(options); | ||
console.log(options); | ||
if (options.cache && apps.has(options.baseDir)) { | ||
@@ -53,3 +52,3 @@ return apps.get(options.baseDir); | ||
this.ready(() => this.removeListener('error', onerror)); | ||
this.messenger = options.agent.messenger; | ||
options.agent.ready(this.readyCallback('agent_ready')); | ||
@@ -79,7 +78,2 @@ } | ||
} | ||
// app.messenger === agent.messenger | ||
get messenger() { | ||
return options.agent.messenger; | ||
} | ||
} | ||
@@ -86,0 +80,0 @@ |
{ | ||
"name": "egg-mock", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"eggPlugin": { | ||
@@ -5,0 +5,0 @@ "name": "egg-mock" |
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
30820
698