Effect.tap(() =>
Effect.sync(() => {
const { hostname } = new URL(matchUrl);
console.log(chalk.gray("->"), chalk[color](`Visiting ${hostname} done!`));
})
),
Effect.tap(() =>
Effect.sync(() => {
const { hostname } = new URL(matchUrl);
console.log(chalk.gray("->"), chalk[color](`Visiting ${hostname} done!`));
})
),