Hello, is this normal that running a simple PSJS script like this
const app = require('photoshop').app;
app.activeDocument.createLayer({ name: "new layer"});
via the File > Scripts > Browse...
menu takes about 3-4 seconds and not instant (like the JSX version does)? Tried on both Windows and Mac
If itโs supposed to run instantly, is there anything I should check..?