Resources not restarting

So I’ve recently came back to server developing and while starting development on my new server, this time in JS, I’m facing a very anoying issue.

For some reason, about 95% of the time the resources don’t reestart. Ether through the server console, client console, the txAdmin Resources tab…, it logs the resource as stopping and starting, but it’s like the resource stops and never starts again. this happens for all the current resources. It may have something to do with the fact that they are JS resources, but I can’t figure out what is wrong, is anyone else facing this issue?

As of now every time I want to test the smalles of changes I have to restart the whole server and, I just started, so for the first resource it was, tho anoying, no big deal since it’s a login screen, but now I’m trying to do a character creation resource and I can’t keep going in this condition.