I'm trying to run a .jsx file I've written from commandline, but it will not work. When I call "C:\Program Files\Adobe\Adobe After Effects 2020\Support Files\AfterFX.exe" -r script.jsx" After Effects opens and quickly closes, without even modifying the project or appearing to do anything. When I click on File > Script > Run Script inside of AE, it works perfectly fine and the project saves. I also added some alerts to my script which trigger when called from the File menu but not from commandline, making it clear that nothing is happening. What's going on here?