We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f5860 commit ced45f7Copy full SHA for ced45f7
commands/add.js
@@ -20,10 +20,8 @@ module.exports = (api, options) => {
20
// entry arg
21
const entry = args._[0]
22
// api.resolve(dist + entry)
23
- console.log(source)
24
if (entry) {
25
copy(source, api.resolve(dist + entry), function(err, files) {
26
- console.log(files)
27
if (err) throw err;
28
// `files` is an array of the files that were copied
29
console.log(chalk.yellow(`模块${entry}创建成功!`))
0 commit comments