Skip to content
Snippets Groups Projects
Commit 7f841db4 authored by Jan Hák's avatar Jan Hák Committed by Daniel Salzman
Browse files

module_memory: final change that allows generate correct data JS file when...

module_memory: final change that allows generate correct data JS file when more measuring modules are setup
parent 8f8274a5
No related merge requests found
......@@ -116,6 +116,7 @@ EOF
# Write data series
written=0
for d in *.data; do
[ ${written} -gt 0 ] && echo " , " >> ${outfile}
(( written += 1 ))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment