Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
pling-store-development
Commits
0ea5c3f1
Verified
Commit
0ea5c3f1
authored
Sep 02, 2019
by
azubieta
Browse files
new test commit
parent
86c06f09
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/main.js
View file @
0ea5c3f1
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment