Skip to content

Commit

Permalink
feat:adjust interface for handle, issue: #278
Browse files Browse the repository at this point in the history
  • Loading branch information
tbs60 committed Aug 13, 2024
1 parent d666235 commit 9b41164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/booster/bk_dist/handler/ue4/cc/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ func (cc *TaskCC) preExecute(command []string) (*dcSDK.BKDistCommand, int, error
if !existed {
err := fmt.Errorf("result file %s not existed", cc.preprocessedFile)
blog.Errorf("%v", err)
return nil, dcType.ErrorPreForceLocal.Code, dcType.ErrorPreForceLocal.Error
return nil, dcType.ErrorUnknown.Code, dcType.ErrorUnknown.Error
}

// generate the input files for pre-process file
Expand Down

0 comments on commit 9b41164

Please sign in to comment.