Skip to content

Commit

Permalink
fix: async hooks don't receive a callback
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Feb 27, 2024
1 parent 226d60e commit 8d71d59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/artillery-plugin-memory-inspector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ function ArtilleryPluginMemoryInspector(script, events) {
continue;
}
}

return next();
}

script.scenarios = script.scenarios.map((scenario) => {
Expand Down

0 comments on commit 8d71d59

Please sign in to comment.