我已经制作了一个可以使用ESTK在Adobe Illustrator CC 2017中运行的工作脚本。该脚本似乎很好,并且安装在Illustrator或ESTK中时运行。我想做一些更新并扩展功能,但最好找到Adobe文本编辑器。所以我按照这里的说明安装了Atom和process-palette:
https://github.com/rjduran/adobe-scripting/
一切似乎没问题,直到我来运行脚本,此时我收到以下错误:
Executed : osascript -e 'tell application "Adobe Illustrator"' -e 'activate' -e 'do javascript "#include '/Volumes/GoogleDrive/Team Drives/Graphics - Production/In progress/London/Bob Haslett/AI scripts/4Print V2.0.jsx'"' -e 'end tell'
Returned with code 1
61:61: syntax error: Expected string but found end of script. (-2741)
此时我已经超出了我的深度。感谢任何帮助,谢谢