Skip to content

Commit

Permalink
fix: error pattern for ignore node_modules (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 authored Nov 13, 2020
1 parent dba383b commit 16f1292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/context/midwayContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const DEFAULT_IGNORE_PATTERN = [
'**/view/**',
'**/views/**',
'**/app/extend/**',
'**/node_modules/**/'
'**/node_modules/**'
];

const globalDebugLogger = util.debuglog('midway:container');
Expand Down

0 comments on commit 16f1292

Please sign in to comment.