File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -149,15 +149,14 @@ class ServerlessDynamodbLocal {
149
149
}
150
150
151
151
startHandler ( ) {
152
- if ( ! this . options . noStart ) {
153
- const config = this . config ;
154
- const options = _ . merge ( {
155
- sharedDb : this . options . sharedDb || true
156
- } ,
157
- config && config . start ,
158
- this . options
159
- ) ;
160
-
152
+ const config = this . config ;
153
+ const options = _ . merge ( {
154
+ sharedDb : this . options . sharedDb || true
155
+ } ,
156
+ config && config . start ,
157
+ this . options
158
+ ) ;
159
+ if ( ! options . noStart ) {
161
160
dynamodbLocal . start ( options ) ;
162
161
}
163
162
return BbPromise . resolve ( )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-dynamodb-local" ,
3
- "version" : " 0.2.23 " ,
3
+ "version" : " 0.2.24 " ,
4
4
"engines" : {
5
5
"node" : " >=4.0"
6
6
},
You can’t perform that action at this time.
0 commit comments