Merge branch 'master' into master-fixdownload4ipad

This commit is contained in:
Nick O'Leary
2023-05-22 11:29:02 +01:00
committed by GitHub

View File

@@ -854,7 +854,7 @@ describe('inject node', function() {
});
n1.on("call:error", function(err) {
count++;
if (count == 2) {
if (count == 1) {
done();
}
});