• Joined on 2023-03-20
LiuDanK commented on issue um/cli#59 2023-03-20 09:34:59 +00:00
新版本的 --remove-source 功能好像坏掉了
// if source file need to be removed
	if p.removeSource {
		file.Close() //我加了一行,可以了
		err := os.RemoveAll(inputFile)
		if err != nil {
			return err
		}
		logger.Info("…
LiuDanK commented on issue um/cli#59 2023-03-20 07:36:06 +00:00
新版本的 --remove-source 功能好像坏掉了

同样遇到此问题,坐等修复