actually increase line num
This commit is contained in:
parent
82f342cf45
commit
12698bf1e8
|
@ -70,6 +70,7 @@ export async function importPosts(
|
||||||
apHashtags: undefined,
|
apHashtags: undefined,
|
||||||
apEmojis: undefined,
|
apEmojis: undefined,
|
||||||
});
|
});
|
||||||
|
linenum++;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
logger.warn(`Error in line:${linenum} ${e}`);
|
logger.warn(`Error in line:${linenum} ${e}`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue