diff options
| -rw-r--r-- | vm/vm.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ func MonitorExecution(outc <-chan []byte, errc <-chan error, reporter report.Rep copy(output, output[len(output)-beforeContext:]) output = output[:beforeContext] } - matchPos = len(output) - 128 + matchPos = len(output) - 512 if matchPos < 0 { matchPos = 0 } |
