Skip to content

Commit

Permalink
golangci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor committed Apr 3, 2024
1 parent 57fa726 commit 031b16c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func LoadStringNEW(input string, sig bool, ps *env.ProgramState) env.Object {
wordIndexMutex.Unlock()

if err != nil {

var bu strings.Builder
bu.WriteString("In file " + util.TermBold(ps.ScriptPath) + "\n")
errStr := err.Error()
Expand Down

0 comments on commit 031b16c

Please sign in to comment.