Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endSection (0.18 sec)

  1. src/cmd/go/internal/script/engine.go

    	defer func(prev *Engine) { s.engine = prev }(s.engine)
    	s.engine = e
    
    	var sectionStart time.Time
    	// endSection flushes the logs for the current section from s.log to log.
    	// ok indicates whether all commands in the section succeeded.
    	endSection := func(ok bool) error {
    		var err error
    		if sectionStart.IsZero() {
    			// We didn't write a section header or record a timestamp, so just dump the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 27 01:16:19 UTC 2023
    - 22.2K bytes
    - Viewed (0)
Back to top