fix(xen-api/examples): use isOpaqueRef private module
This commit is contained in:
parent
7d69dd9400
commit
e44dbfb2a4
@ -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 === '-') {
|
||||
|
Loading…
Reference in New Issue
Block a user