mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-22 21:42:49 +01:00
change fn prefix that mshell uses to mshell
This commit is contained in:
parent
35006dfc65
commit
2684aaef85
@ -346,7 +346,7 @@ func ParseFuncs(funcs string) (map[string]string, error) {
|
|||||||
// TODO where to put parse errors
|
// TODO where to put parse errors
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if strings.HasPrefix(funcName, "_scripthaus_") {
|
if strings.HasPrefix(funcName, "_mshell_") {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if funcName != "" {
|
if funcName != "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user