Commit 93fc3d5

Anton Golub <mailbox@antongolub.ru>
2022-03-21 20:49:47
fix: do not refer to globals inside experimental.mjs (#363)
1 parent c8682d5
Changed files (1)
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.