Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
keeleliin-wrapper
Commits
85da787d
Commit
85da787d
authored
Aug 10, 2015
by
priit
Browse files
Mitme faili haldamise err
parent
b6a97513
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/service/sessionService.js
View file @
85da787d
...
...
@@ -41,7 +41,7 @@ function SessionService() {
self
.
checkSessionDir
(
sessionId
,
function
(
err
)
{
if
(
err
)
return
cb
(
err
);
self
.
_storeRequestFiles
(
session
,
serviceRequest
.
files
,
function
(
err
)
{
return
cb
(
err
);
return
cb
(
err
,
session
);
});
});
});
...
...
Write
Preview
Markdown
is supported
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