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
keeleliin
keeleliin-wrapper
Commits
1615ade8
Commit
1615ade8
authored
Jul 23, 2015
by
priit
Browse files
todo fix
parent
5f0fe327
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/service/executor/localExecutor.js
View file @
1615ade8
...
...
@@ -35,6 +35,7 @@ function LocalExecutor() {
var
process
=
spawn
(
command
,
commandParams
);
self
.
_run
(
response
,
process
,
callback
);
}
catch
(
e
)
{
logger
.
error
(
e
);
callback
(
e
.
message
);
}
};
...
...
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