Skip to content

Commit 5c2dd3b

Browse files
committed
LOG
1 parent 777a8b6 commit 5c2dd3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/make.fsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

264266
let 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

0 commit comments

Comments
 (0)