jsdoc-to-markdown
Advanced tools
Comparing version 2.0.0-alpha.17 to 2.0.0-alpha.18
@@ -158,3 +158,3 @@ 'use strict'; | ||
return Promise.all([this._hit(method, options), method.call(this, options).catch(function (err) { | ||
return Promise.all([this._hit(method, options), method.call(JsdocToMarkdownCore.prototype, options).catch(function (err) { | ||
_this2._usage.exception(err.stack, 1, { | ||
@@ -175,3 +175,3 @@ hitParams: new Map([['cd', method.name]]) | ||
try { | ||
return method.call(this, options); | ||
return method.call(JsdocToMarkdownCore.prototype, options); | ||
} catch (err) { | ||
@@ -178,0 +178,0 @@ this._usage.exception(err.stack, 1, { |
{ | ||
"name": "jsdoc-to-markdown", | ||
"author": "Lloyd Brookes", | ||
"version": "2.0.0-alpha.17", | ||
"version": "2.0.0-alpha.18", | ||
"description": "jsdoc-annotated source in, markdown API docs out.", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/jsdoc2md/jsdoc-to-markdown", |
@@ -134,3 +134,3 @@ 'use strict' | ||
this._hit(method, options), | ||
method.call(this, options) | ||
method.call(JsdocToMarkdownCore.prototype, options) | ||
.catch(err => { | ||
@@ -149,3 +149,3 @@ this._usage.exception(err.stack, 1, { | ||
try { | ||
return method.call(this, options) | ||
return method.call(JsdocToMarkdownCore.prototype, options) | ||
} catch (err) { | ||
@@ -152,0 +152,0 @@ this._usage.exception(err.stack, 1, { |
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
66788