Commit 886410f
committed
Refactor Program class initialization logic
Modified the return statement in the `Program` class to call `SiteGenerator.InitAsync` without returning its result. Added a log statement to indicate successful initialization. The method now returns the result of `BakeBlakeAsync(args)` instead of the previous return value.1 parent 0b21919 commit 886410f
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| |||
0 commit comments