embark-area-51/lib
Pascal Precht 188a688264
refactor(modules/ipfs): use ProcessManager APIs to register and launch IPFS process
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.
2018-10-23 10:57:54 +02:00
..
core feat(core/processManager): introduce `processes:stop` handlers 2018-10-23 10:57:05 +02:00
modules refactor(modules/ipfs): use ProcessManager APIs to register and launch IPFS process 2018-10-23 10:57:54 +02:00
utils Fix for logs showing a string as an array 2018-10-23 10:50:40 +02:00
constants.json Addressed PR comments 2018-10-23 10:57:04 +02:00
index.js Overwrite log file so .embark doesn’t bloat 2018-10-23 10:54:35 +02:00