mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-12 17:27:50 +08:00
Fix logger prefixes.
This commit is contained in:
parent
4ed010ab7d
commit
d377d89dcb
|
@ -14,7 +14,7 @@ import (
|
|||
"github.com/elves/elvish/sys"
|
||||
)
|
||||
|
||||
var Logger = logutil.GetLogger("edit")
|
||||
var Logger = logutil.GetLogger("[edit] ")
|
||||
|
||||
const (
|
||||
lackEOLRune = '\u23ce'
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/elves/elvish/store"
|
||||
)
|
||||
|
||||
var Logger = logutil.GetLogger("eval")
|
||||
var Logger = logutil.GetLogger("[eval] ")
|
||||
|
||||
// FnPrefix is the prefix for the variable names of functions. Defining a
|
||||
// function "foo" is equivalent to setting a variable named FnPrefix + "foo".
|
||||
|
|
Loading…
Reference in New Issue
Block a user