Searched refs:printCompilerError (Results 1 – 2 of 2) sorted by relevance
192 printCompilerError(&buffer, newUserErrorf("abcd"))200 printCompilerError(&buffer, errors.New("abcd"))213 printCompilerError(&buffer, errors.New("abcd"))
44 printCompilerError(env.stderr(), compilerErr)423 func printCompilerError(writer io.Writer, compilerErr error) { func