File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -254,12 +254,14 @@ let JustBuild binaryConfig maybeConstant =
254254 binaryConfig
255255 maybeConstant
256256 String.Empty
257+ Console.WriteLine " ____________DONE BUILDING"
257258
258259 Directory.CreateDirectory( launcherScriptFile.Directory.FullName) |> ignore
259260 let wrapperScriptWithPaths =
260261 wrapperScript.Replace( " $UNIX_NAME" , UNIX_ NAME)
261262 .Replace( " $GWALLET_PROJECT" , DEFAULT_ FRONTEND)
262263 File.WriteAllText ( launcherScriptFile.FullName, wrapperScriptWithPaths)
264+ Console.WriteLine " ____________DONE JUSTBUILDING"
263265
264266let MakeCheckCommand ( commandName : string ) =
265267 if not ( Process.CommandWorksInShell commandName) then
@@ -490,7 +492,9 @@ match maybeTarget with
490492 |> ignore
491493
492494| Some " update-servers" ->
495+ Console.WriteLine " ____________UPDATENOW"
493496 let buildConfig = MakeAll None
497+ Console.WriteLine " ____________UPDATENEXT"
494498 Directory.SetCurrentDirectory ( GetPathToBackend())
495499 let proc1 = RunFrontend buildConfig ( Some " --update-servers-file" )
496500 if proc1.ExitCode <> 0 then
You can’t perform that action at this time.
0 commit comments