Skip to content

Commit e1a055e

Browse files
Merge pull request #110 from unfoldingWord/feature-cn-all-tsv
minor fixes for TSV spt
2 parents 3d6f9be + 3b9f5f4 commit e1a055e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ cypress.env.json
3434
npm-debug.log*
3535
yarn-debug.log*
3636
yarn-error.log*
37+
/.yalc

src/components/file/dcsCatalogNextApis.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export async function fetchCatalogContent(username, repository, tag, filepath, c
2424
_data = data;
2525
}
2626
} catch (geterror) {
27-
console.error("Error:",geterror,"on uri:",uri);
27+
console.log("Error:",geterror,"on uri:",uri);
28+
_data = "";
2829
}
2930
return _data;
3031
}

0 commit comments

Comments
 (0)