coldnew / hexo-renderer-org

Hexo renderer plugin for emacs org-mode
GNU General Public License v3.0
165 stars 38 forks source link

fixbug: forget to call resolve while function ending in Promise #65

Closed MephistoMMM closed 3 years ago

MephistoMMM commented 6 years ago

I noticed my hexo process hanging while running command hexo generate. And I found out the break of Promise chain at these points.

This commit can solve my problem, but similar problem still exist. I choose to ignore them currently.

coldnew commented 3 years ago

use cherry-pick for fix