i I build a program with nodejs sequelize and typescript when I exit the process using ctrl+c it gives me the error: node:internal/process/per_thread:233 throw errnoException(err, 'kill'); ^
Error: kill ESRCH
how can i fix it?
i I build a program with nodejs sequelize and typescript when I exit the process using ctrl+c it gives me the error: node:internal/process/per_thread:233 throw errnoException(err, 'kill'); ^
Error: kill ESRCH
how can i fix it?