(entry: logging.LogEntry)
| 56 | let total = 1; |
| 57 | |
| 58 | function log(entry: logging.LogEntry) { |
| 59 | logChannel.next(entry); |
| 60 | } |
| 61 | function progress(progress: TypedBuilderProgress, context: BuilderContext) { |
| 62 | currentState = progress.state; |
| 63 | if (progress.state === BuilderProgressState.Running) { |