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
2611495f
Commit
2611495f
authored
Jul 23, 2015
by
priit
Browse files
todo fix
parent
25d44893
Changes
1
Hide whitespace changes
Inline
Side-by-side
wrapper/contentTokenizer.js
View file @
2611495f
...
...
@@ -16,6 +16,11 @@ function ContentTokenizer(){
fs
.
readFile
(
contentFile
,
'
utf-8
'
,
function
(
err
,
sourceText
)
{
if
(
err
){
session
.
setErrors
(
err
);
return
callback
(
err
,
session
);
}
self
.
getCommandModel
(
session
,
function
(
err
,
model
)
{
logger
.
debug
(
'
getCommandModel callback
'
);
if
(
err
)
return
callback
(
err
);
...
...
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