10 09/2014

hexo 启动错误

最后更新: Wed Sep 10 2014 12:37:50 GMT+0800

throw new TypeError(‘first argument must be a string or Buffer’);

这是 nodejs 错误。直接把数字当成文本输出了,应该这样

response.write(total + '');