view vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go @ 69:03019bbf2e0e draft

Fix a bug that I caused Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Sat, 16 Sep 2023 16:11:35 +0000
parents 787b5ee0289d
children
line wrap: on
line source

// +build js nacl plan9

package logrus

import (
	"io"
)

func checkIfTerminal(w io.Writer) bool {
	return false
}