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
32d5648d
Commit
32d5648d
authored
Jul 02, 2015
by
priit
Browse files
KEELELIIN-40
parent
d98356e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mapper/commandModel.js
View file @
32d5648d
...
...
@@ -33,6 +33,7 @@ function CommandModel(){
* */
this
.
addOutputPath
=
function
(
key
)
{
self
.
outputPaths
[
key
]
=
sessionService
.
getNewSessionFilePath
(
self
.
session
);
logger
.
debug
(
'
Output path added:
'
+
key
+
'
'
+
self
.
outputPaths
[
key
]
);
};
this
.
render
=
function
(
callback
)
{
...
...
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