From 8be0c4931372dcefe6d6857255710459a3e68622 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:36:45 +0530 Subject: [PATCH] fix: typo in postinstall script --- scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall b/scripts/postinstall index 10d164d..f82c3f5 100755 --- a/scripts/postinstall +++ b/scripts/postinstall @@ -77,6 +77,6 @@ const { top, rest } = reduce( { top: new Array(topsites.length), rest: [] } ) -writeFile('./src/auto-domains.json', JSON.stringify(compact(top).concat(rest)), null, 2).catch( +writeFile('./src/auto-domains.json', JSON.stringify(compact(top).concat(rest), null, 2)).catch( error => console.log(error) )