File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ daysUntilClose: 7
8
8
exemptLabels :
9
9
- pinned
10
10
- security
11
-
11
+
12
12
# Label to use when marking an issue as stale
13
13
staleLabel : stale
14
14
@@ -17,6 +17,6 @@ markComment: >
17
17
This issue has been automatically marked as stale because it has not had
18
18
recent activity. The resources of our team are limited. This issue will
19
19
be closed if no further activity occurs.
20
-
20
+
21
21
# Comment to post when closing a stale issue. Set to `false` to disable
22
22
closeComment : false
Original file line number Diff line number Diff line change 58
58
"detect-port" : " ^1.3.0" ,
59
59
"figlet" : " ^1.5.0" ,
60
60
"fs-extra" : " ^8.1.0" ,
61
- "ganache-cli" : " 6.9.0 " ,
61
+ "ganache-cli" : " ^6.12.2 " ,
62
62
"global-modules" : " ^2.0.0" ,
63
63
"globby" : " ^10.0.1" ,
64
64
"lodash" : " ^4.17.15" ,
Original file line number Diff line number Diff line change @@ -152,7 +152,9 @@ export class SolidityLauncher {
152
152
const additionalOptions = { } ; // TODO
153
153
setupOptions ( this . _program , additionalOptions ) ;
154
154
155
- const index = process . argv . indexOf ( process . argv . find ( ( a ) => a . includes ( this . _program ) ) )
155
+ const index = process . argv . indexOf (
156
+ process . argv . find ( ( a ) => a . includes ( this . _program ) )
157
+ ) ;
156
158
157
159
const args = process . argv . slice ( index + 1 ) ;
158
160
You can’t perform that action at this time.
0 commit comments