Skip to content

Commit

Permalink
Merge branch 'siostechcorp-fixMemoryControlFlow' into develop
Browse files Browse the repository at this point in the history
refs #2 fix deprecated await() call
  • Loading branch information
Nils Winkler committed Jan 25, 2016
2 parents e0ff6fb + a0e549f commit b5d5a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/memory.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports.startMemoryMeasurement = function (test, options, time, graphData
}

if (graphFilename && options.generateGraph) {
browser.controlFlow().await(
browser.controlFlow().wait(
generateGraph.phantomRender(graphFilename, graphData, options.graphWidth, options.graphHeight)
).then(function () {
console.log('Graph generated: ' + graphFilename);
Expand Down

0 comments on commit b5d5a14

Please sign in to comment.