tardis-dev
Advanced tools
Comparing version 13.10.1 to 13.10.2
@@ -110,7 +110,7 @@ "use strict"; | ||
if (this._onError !== undefined) { | ||
this._onError(new Error(`Received ignored error message:${message.toString()}`)); | ||
this.debug(`Received ignored error message: ${message.toString()}`); | ||
} | ||
} | ||
else { | ||
throw new Error(`Received error message:${message.toString()}`); | ||
throw new Error(`Received error message: ${message.toString()}`); | ||
} | ||
@@ -117,0 +117,0 @@ } |
{ | ||
"name": "tardis-dev", | ||
"version": "13.10.1", | ||
"version": "13.10.2", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -109,6 +109,6 @@ import dbg from 'debug' | ||
if (this._onError !== undefined) { | ||
this._onError(new Error(`Received ignored error message:${message.toString()}`)) | ||
this.debug(`Received ignored error message: ${message.toString()}`) | ||
} | ||
} else { | ||
throw new Error(`Received error message:${message.toString()}`) | ||
throw new Error(`Received error message: ${message.toString()}`) | ||
} | ||
@@ -115,0 +115,0 @@ } |
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
1591136