您好,我按照报告脚本错误的指引运行了程序,在按下F5以后出现以下提示:
Cannot execute script.
Target Adobe Photoshop 2020 provides no engine for debugging.
function hasBackgroundLayer () {
try {
var ref = new ActionReference ()
ref.putEnumerated(sID("document"), sID("ordinal"), sID("targetEnum"));
return executeActionGet(ref).getBoolean(sID("hasBackgroundLayer"));
显示在这一行代码ps崩溃
如图