Skip to content

Commit

Permalink
添加蹲饼器验证时候的log
Browse files Browse the repository at this point in the history
  • Loading branch information
phidiaLam authored Feb 7, 2024
1 parent 482234c commit aa4eff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/fetcherConfig/fetcherDetailConfig/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ export default {
FetchController.validateConfig(fetcherConfig);
}
} catch (e) {
console.log(e)
fetcherConfigValidationMessage.push({ number: index+1, message: e.message });
}
Expand Down

0 comments on commit aa4eff0

Please sign in to comment.