Implement GuestViewInternal.createGuest and destroyGuest
This commit is contained in:
parent
d34cff2eef
commit
a22a5c67bd
8 changed files with 124 additions and 16 deletions
|
@ -61,6 +61,9 @@ setImmediate ->
|
|||
# Load the RPC server.
|
||||
require './rpc-server.js'
|
||||
|
||||
# Load the guest view manager.
|
||||
require './guest-view-manager.js'
|
||||
|
||||
# Now we try to load app's package.json.
|
||||
packageJson = null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue