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
Jeremie Garcia
Trajectoires
Commits
d641f6e9
Commit
d641f6e9
authored
Mar 02, 2016
by
Jérémie Garcia
Browse files
changed save directory name for trap
parent
abdf777c
Changes
1
Show whitespace changes
Inline
Side-by-side
Traj/server.js
View file @
d641f6e9
...
@@ -919,7 +919,7 @@ if(root_path =="."){
...
@@ -919,7 +919,7 @@ if(root_path =="."){
}
}
//Create the path to the traj directory for saving trajs
//Create the path to the traj directory for saving trajs
var
traj_path
=
pathModule
.
normalize
(
root_path
+
"
/traj
"
);
var
traj_path
=
pathModule
.
normalize
(
root_path
+
"
/traj
AsText
"
);
//console.log("Traj path: " + traj_path);
//console.log("Traj path: " + traj_path);
//TODO: check for paths here
//TODO: check for paths here
...
...
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