explicitly return the resultant session

git-svn-id: file:///home/svn/framework3/trunk@13172 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2011-07-14 19:42:03 +00:00
parent ccf891c788
commit c32ac59580
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ module Auxiliary::CommandShell
framework.sessions.register(sess)
sess.process_autoruns(datastore)
sess
end
end