diff --git a/content/io.js b/content/io.js index f758aa3d..81978f6f 100644 --- a/content/io.js +++ b/content/io.js @@ -821,7 +821,7 @@ lookup: { break; } - else if (command.name == "javascript") + else if (command.hereDoc) { // check for a heredoc let matches = args.match(/(.*)<<\s*(\S+)$/);