Skip to content

Commit

Permalink
fix: do not refer to globals inside experimental.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 21, 2022
1 parent 3368776 commit 35fe7cf
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 35fe7cf

Please sign in to comment.