mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-03 11:35:12 +00:00
🐛 Fix an issue in the script title retrieval from the first comment
This commit is contained in:
@@ -41,6 +41,7 @@ func ReadScriptFile(path string) (script *Script, err error) {
|
||||
idx0 = node.Idx0()
|
||||
|
||||
title = comments[0].Text
|
||||
break
|
||||
}
|
||||
|
||||
script = &Script{
|
||||
|
Reference in New Issue
Block a user