-
-
Notifications
You must be signed in to change notification settings - Fork 68
Strange behavior on latest recursive mode #91
Copy link
Copy link
Closed
Description
I installed latest cpy with yarn add cpy@sindresorhus/cpy.
// copy.js
// @ts-check
import cpy from 'cpy'
const args = process.argv.slice(2)
cpy(args, args.pop())node copy 'node_modules/shiki/{dist/*.wasm,languages,themes}/**' public/shikinode copy 'node_modules/shiki/{dist/*.wasm,languages,themes}/**' public/shiki/_ # note the `/_` hereI also tried the following one and it failed.
node copy 'node_modules/shiki/{dist/*.wasm,languages/**,themes/**}' public/shikiBut the following one also worked
node copy 'node_modules/shiki/{dist/*.wasm,languages/**,themes/**}' public/shiki/_Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

