From fd06c396104e651adb03a30ed909d8cbb1f2300b Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Mon, 13 Mar 2023 19:39:46 +1100 Subject: [PATCH] lint --- test/posting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/posting.js b/test/posting.js index 1e89e95a..e8992dd0 100644 --- a/test/posting.js +++ b/test/posting.js @@ -130,7 +130,7 @@ int main() {...} await postThreadsWithReplies('test', 30, 5); await postThreadsWithReplies('test2', 10, 5); } catch (e) { - console.error(e) + console.error(e); } jest.setTimeout(5*1000); //back to normal timeout });