Skip to content

Commit 93fc3d5

Browse files
authored
fix: do not refer to globals inside experimental.mjs (#363)
1 parent c8682d5 commit 93fc3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/experimental.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import {ProcessOutput} from './index.mjs'
15+
import {ProcessOutput, sleep, $} from './index.mjs'
1616

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

0 commit comments

Comments
 (0)