1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Android release v1.0.316

This commit is contained in:
Laurent Cozic
2020-01-24 22:34:02 +00:00
parent 66356d83ab
commit 715253da2f
3 changed files with 4 additions and 3 deletions

View File

@ -223,6 +223,7 @@ async function findFirstRelevantTag(baseTag) {
while (true) {
try {
const logs = await gitLog(tag);
console.info(logs);process.exit();
if (logs.length) return tag;
} catch (error) {
if (error.message.indexOf('unknown revision') >= 0) {