You've already forked joplin
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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user