From 35fe7cfd79873db995b7d8c151997d1d1f48535c Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Mon, 21 Mar 2022 20:38:39 +0300 Subject: [PATCH] fix: do not refer to globals inside experimental.mjs --- src/experimental.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/experimental.mjs b/src/experimental.mjs index 58eb2d38e8..8d755b0412 100644 --- a/src/experimental.mjs +++ b/src/experimental.mjs @@ -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.