fix(xen-api/examples): use isOpaqueRef private module

This commit is contained in:
Julien Fontanet 2019-03-28 13:30:08 +01:00
parent 7d69dd9400
commit e44dbfb2a4

View File

@ -4,7 +4,7 @@ const { PassThrough, pipeline } = require('readable-stream')
const humanFormat = require('human-format')
const Throttle = require('throttle')
const { isOpaqueRef } = require('../')
const isOpaqueRef = require('../dist/_isOpaqueRef').default
exports.createInputStream = path => {
if (path === undefined || path === '-') {