mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Lint error
This commit is contained in:
parent
33a2bd8f8b
commit
e6d5181e7d
1 changed files with 2 additions and 2 deletions
|
|
@ -224,8 +224,8 @@ export default function heliumService($http, $sce, baseUrlSrv) {
|
|||
let pkgArtifact = pkg.artifact;
|
||||
|
||||
if (!pkgName || !pkgVersion || !pkgArtifact) {
|
||||
console.error(`Failed to fetch config for \n`, pkg);
|
||||
return;
|
||||
console.error('Failed to fetch config for\n', pkg);
|
||||
return Promise.resolve([]);
|
||||
}
|
||||
|
||||
const promisedPkgSearchResult = this.getSinglePackageInfo(pkgName, pkgVersion);
|
||||
|
|
|
|||
Loading…
Reference in a new issue