From 966872320077ee2678eb256979d1bb7d549c0fd8 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 28 Apr 2016 21:53:43 +0000 Subject: [PATCH] Fix the initial hash change event. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3219 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- core/core.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core.js b/core/core.js index 34b34ea9..2ad2660c 100644 --- a/core/core.js +++ b/core/core.js @@ -344,6 +344,9 @@ function getProcess(packageOwner, packageName, key, options) { print("Task ready"); broadcastEvent('onSessionBegin', [getUser(process, process)]); resolveReady(process); + if (process.terminal) { + process.terminal.print({action: "ready"}); + } }).catch(function(error) { printError(process.terminal, error); rejectReady();