actually increase line num

This commit is contained in:
cutestnekoaqua 2023-03-29 19:37:31 +02:00
parent 82f342cf45
commit 12698bf1e8
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

@ -70,6 +70,7 @@ export async function importPosts(
apHashtags: undefined,
apEmojis: undefined,
});
linenum++;
} catch (e) {
logger.warn(`Error in line:${linenum} ${e}`);
}