Skip to content

Commit

Permalink
refactor: Document that internal triage logic is no longer effective
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Nov 23, 2021
1 parent c5722db commit d5dba72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ const isComponentsFile = (serverlessFile) => {
}
return false
}
// // needs to be a sync function to work simply with v1
// WARNING: Starting with serverless v2.65.0 release, below logic is ineffective
// as it was integrated into serverless respository at:
// https://github.com/serverless/serverless/blob/master/lib/cli/triage.js
const runningComponents = () => {
const serverlessFile = getServerlessFile(process.cwd())

Expand Down

0 comments on commit d5dba72

Please sign in to comment.