create processLauncher that launches and subscribes to process

This commit is contained in:
Jonathan Rainville 2018-05-16 10:14:00 -04:00 committed by Iuri Matias
parent c1de9defcd
commit f2e52d1dbc

View File

@ -109,5 +109,6 @@
"{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}": "{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}",
"downloading {{packageName}} {{version}}....": "downloading {{packageName}} {{version}}....",
"Swarm node is offline...": "Swarm node is offline...",
"Swarm node detected...": "Swarm node detected..."
"Swarm node detected...": "Swarm node detected...",
"file not found, creating it...": "file not found, creating it..."
}