Skip to content

Commit

Permalink
fix: add debug info
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Nov 19, 2024
1 parent 829bd20 commit e368a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ func (o *RunOptions) applyCompileOptions(source downloader.Source, kclPkg *pkg.K
}
modRelativePath := utils.GenerateModRelativePath(modName, entriesPath)
o.KFilenameList[i] = modRelativePath
fmt.Printf("o.KFilenameList: %v\n", o.KFilenameList)
}
}

Expand Down

0 comments on commit e368a05

Please sign in to comment.