lgraubner / sitemap-generator

Easily create XML sitemaps for your website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Done event not fired

fmujakitz opened this issue · comments

cpFile(sitemaps[0], sitemapPath, () => {
fs.unlink(sitemaps[0], cb);
});

Probably a typo. Callback is not executed.

Darn, you are right again. Fixed, thanks!