tell application "iTerm"
tell current window
create tab with default profile command "pwd"
end tell
tell current window
create tab with default profile
end tell
tell current window
create tab with default profile
end tell
end tell
El script anterior devuelve 'missing value' cuando se ejecuta. Funciona sin el comando "pwd". ¿Alguien sabe qué es lo que falla en este caso?