grpc-code-gen
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -106,3 +106,3 @@ "use strict"; | ||
} else { | ||
callback(filterError(err), response, metadataRes); | ||
callback(err && filterError(err), response, metadataRes); | ||
} | ||
@@ -109,0 +109,0 @@ }]); |
{ | ||
"name": "grpc-code-gen", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/yunkeCN/grpc-code-gen.git", |
@@ -109,3 +109,3 @@ import { fileTip, getImportPath, tslintDisable } from "./utils"; | ||
} else { | ||
callback(filterError(err), response, metadataRes); | ||
callback(err && filterError(err), response, metadataRes); | ||
} | ||
@@ -112,0 +112,0 @@ }]); |
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
90268