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) )