Node.js 如何修复Heroku错误:进程已退出,状态为129

Node.js 如何修复Heroku错误:进程已退出,状态为129,node.js,heroku,Node.js,Heroku,2018-05-14T09:12:46.770011+00:00应用程序[api]:用户通过命令node musicology.js启动流程leshaber24@yandex.ru 2018-05-14T09:12:50.704836+00:00 heroku[run.5756]:等待客户 2018-05-14T09:12:50.760658+00:00 heroku[run.5756]:使用命令node musicology.js启动流程 2018-05-14T09:12:50.767575+

2018-05-14T09:12:46.770011+00:00应用程序[api]:用户通过命令
node musicology.js
启动流程leshaber24@yandex.ru
2018-05-14T09:12:50.704836+00:00 heroku[run.5756]:等待客户
2018-05-14T09:12:50.760658+00:00 heroku[run.5756]:使用命令
node musicology.js启动流程

2018-05-14T09:12:50.767575+00:00 heroku[run.5756]:状态从启动更改为启动
2018-05-14T09:12:56.951346+00:00 heroku[run.5756]:客户端连接已关闭。向所有进程发送消息
2018-05-14T09:12:57.484760+00:00 heroku[run.5756]:进程退出,状态为129
2018-05-14T09:12:57.499531+00:00 heroku[run.5756]:状态从“up”更改为“complete”

这些是来自Heroku的日志。我的应用程序在这里:

我已经用SIGKILL命令修复了一个错误,现在(在执行
node musicology.js
之后)错误的状态是129,而且这个:

错误R13(附加错误)->未能附加到进程

这个错误对我来说似乎也不清楚。有什么办法吗?我该如何解决它?

可能是重复的