src.elv.sh/pkg/eval.Frame.ErrorFile (method)

6 uses

	src.elv.sh/pkg/eval (current package)
		compile_effect.go#L140: 				fm.ErrorFile().WriteString(msg + "\n")
		frame.go#L45: 	tree, err := parse.Parse(src, parse.Config{WarningWriter: fm.ErrorFile()})
		frame.go#L59: 	op, err := compile(newFm.Evaler.Builtin().static(), local.static(), tree, fm.ErrorFile())
		frame.go#L109: func (fm *Frame) ErrorFile() *os.File {
		frame.go#L235: 		fmt.Fprintf(fm.ErrorFile(), "deprecation: \033[31;1m%s\033[m\n", msg)
		frame.go#L240: 		fm.ErrorFile().WriteString(err.Show("") + "\n")