Skip to content

Commit 0f8e08e

Browse files
authored
Remove unused/wrong arguments
1 parent 90af8c2 commit 0f8e08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function run(root, appName, version, verbose, originalDirectory, template) {
225225
var init = require(scriptsPath);
226226
init(root, appName, verbose, originalDirectory, template);
227227
})
228-
.catch(function(command, args) {
228+
.catch(function() {
229229
// On 'exit' we will delete these files from target directory.
230230
var knownGeneratedFiles = [
231231
'package.json', 'npm-debug.log', 'yarn-error.log', 'yarn-debug.log', 'node_modules'

0 commit comments

Comments
 (0)