Skip to content
Snippets Groups Projects
Commit 96fa5300 authored by Cesar Roux Dit Buisson's avatar Cesar Roux Dit Buisson
Browse files

Change unlog to follow filename dot convention

parent e4049dc5
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ let _ =
let log_output, unlog_output, pre_output =
match !outputfile with
| None -> Filename.concat dirname (basename ^ ".log.js"),
Filename.concat dirname (basename ^ "unlog.js"),
Filename.concat dirname (basename ^ ".unlog.js"),
Filename.concat dirname (basename ^ ".js.pre")
| Some f -> f ^ ".log.js", f ^ ".unlog.js", f ^ ".js.pre"
in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment