What's happening? I could not run ExtendScript anymore????
Hello
Here is a very simple script:
$.writeln("aaa");
var aFile = new File($.fileName).parent.fsName + "/aaa.wav";
var jsx = proj.importFiles([aFile]);
$.writeln("aaa2");
var startTime = new Date();
$.writeln("aa3");
The folder where visual code is open:

You can see the file is there.
And finally PPRO right after running the code (and seeing no prints for the first time it happen to me)
nothing happened:

Please tell me what is wrong!
At visual code level I see the usual eval, but only for a split second then it disapears and as i said nothing happened, no prints inside terminal/debug console (from $.writeln() lines) and no effect on current opened ppro project:

(This dissapears in seconds)
I need PPRO scripting thought ExtendScript, I have been working on this workflow for 1-2 years (you might recognize my name from last year), everything was working fine up to today.
Is there a problem?
