Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 6aa914d

Browse files
committed
fix: missing import
1 parent 0a3bbcb commit 6aa914d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/commands/files/add.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const pull = require('pull-stream')
88
const paramap = require('pull-paramap')
99
const zip = require('pull-zip')
1010
const toPull = require('stream-to-pull-stream')
11+
const utils = require('../../utils')
1112

1213
const WRAPPER = 'wrapper/'
1314

0 commit comments

Comments
 (0)