more logging
This commit is contained in:
parent
8b123068b5
commit
eeca1b554a
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ func DownloadTemplate(outPath string) {
|
|||
return
|
||||
}
|
||||
|
||||
slog.Debug("provided out path", slog.String("outPath", outPath))
|
||||
slog.Debug("new module name", slog.String("newModuleName", newModuleName))
|
||||
slog.Debug("cwd", slog.String("cwd", cwd))
|
||||
|
||||
newDir := filepath.Join(cwd, outPath)
|
||||
|
||||
slog.Debug("Copying template files to", slog.String("dir", newDir))
|
||||
|
|
|
|||
Loading…
Reference in a new issue