Skip to content

Commit

Permalink
fix: do not refer to globals inside experimental.mjs (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 21, 2022
1 parent c8682d5 commit 93fc3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/experimental.mjs
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import {ProcessOutput} from './index.mjs'
import {ProcessOutput, sleep, $} from './index.mjs'

// Retries a command a few times. Will return after the first
// successful attempt, or will throw after specifies attempts count.
Expand Down

0 comments on commit 93fc3d5

Please sign in to comment.