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 13, 2024
1 parent ff3ecbc commit 600ca4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/client/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,8 @@ func (o *RunOptions) applyCompileOptions(source downloader.Source, kclPkg *pkg.K

// Iterate all the kcl files and transform the '-' in mod relative path to '_'
for i, kfile := range o.KFilenameList {
fmt.Printf("kfile: %v\n", kfile)
fmt.Printf("utils.IsModRelativePath(kfile): %v\n", utils.IsModRelativePath(kfile))
if utils.IsModRelativePath(kfile) {
modName, entriesPath, err := utils.ParseModRelativePath(kfile)
if err != nil {
Expand Down

0 comments on commit 600ca4f

Please sign in to comment.