more logging

This commit is contained in:
maddalax 2024-09-23 15:35:13 -05:00
parent 8b123068b5
commit eeca1b554a

View file

@ -49,6 +49,10 @@ func DownloadTemplate(outPath string) {
return 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) newDir := filepath.Join(cwd, outPath)
slog.Debug("Copying template files to", slog.String("dir", newDir)) slog.Debug("Copying template files to", slog.String("dir", newDir))