Skip to content
Snippets Groups Projects
Verified Commit 0ea5c3f1 authored by azubieta's avatar azubieta
Browse files

new test commit

parent 86c06f09
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ async function startOcsManager() {
ocsManager = spawn(ocsManagerConfig.bin, ['-p', ocsManagerConfig.port, '--appFile', process.env.APPIMAGE]);
ocsManager.stdout.on('data', (data) => {
console.log(`[${ocsManagerConfig.bin}] ${data}`);
if (!ocsManagerUrl) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment