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
25d44893
Commit
25d44893
authored
Jul 23, 2015
by
priit
Browse files
todo fix
parent
1615ade8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/service/sessionService.js
View file @
25d44893
...
...
@@ -93,7 +93,7 @@ function SessionService() {
fs
.
writeFile
(
filePath
,
value
,
function
(
err
)
{
if
(
err
)
{
logger
.
error
(
err
);
throw
new
Error
(
'
File write failed
'
);
callback
(
'
File write failed
'
);
}
logger
.
debug
(
'
File is written
'
);
callback
(
null
,
filePath
);
...
...
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