feat: harden runtime import and frontend verification workflows
This commit is contained in:
@@ -24,10 +24,10 @@ var (
|
||||
|
||||
// Overlay 错误
|
||||
var (
|
||||
ErrOverlayNotMatched = errors.New("overlay did not match")
|
||||
ErrNestedOutput = errors.New("output directory must not be nested inside source directory")
|
||||
ErrOutputExists = errors.New("output directory already exists")
|
||||
ErrSourceNotDir = errors.New("source must be a directory")
|
||||
ErrPatchFileNotFound = errors.New("patch file not found")
|
||||
ErrPatchApplyFailed = errors.New("failed to apply patch")
|
||||
ErrOverlayNotMatched = errors.New("overlay did not match")
|
||||
ErrNestedOutput = errors.New("output directory must not be nested inside source directory")
|
||||
ErrOutputExists = errors.New("output directory already exists")
|
||||
ErrSourceNotDir = errors.New("source must be a directory")
|
||||
ErrPatchFileNotFound = errors.New("patch file not found")
|
||||
ErrPatchApplyFailed = errors.New("failed to apply patch")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user