188a688264
ProcessManager can be used to "register" processes and along with it, a launch function that will be executed when a process is requested to launch. Prior to this commit the IPFS process has not be registered and launching the process was done manually, bypassing ProcessManager APIs. With this commit we take advantage of ProcessManager APIs to register the IPFS process and launch it using the `process:launch` event. |
||
---|---|---|
.. | ||
embarkjs.js | ||
index.js | ||
process.js | ||
upload.js |