Skip to content

Commit

Permalink
Pull latest changes from nodejs/node (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Aug 21, 2022
1 parent 3604d09 commit 20a463a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/test_runner/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://github.com/nodejs/node/blob/5ec2d7bc5deed26ac640feff279800e39dacc9c0/lib/internal/test_runner/test.js
// https://github.com/nodejs/node/blob/5e1873e91d8ccefc5576912c24795d229455166d/lib/internal/test_runner/test.js

'use strict'

Expand Down Expand Up @@ -242,7 +242,7 @@ class Test extends AsyncResource {
}

addPendingSubtest (deferred) {
this.pendingSubtests.push(deferred)
ArrayPrototypePush(this.pendingSubtests, deferred)
}

async processPendingSubtests () {
Expand Down

0 comments on commit 20a463a

Please sign in to comment.