Skip to content

Commit d1c4992

Browse files
authored
Merge branch 'v1' into v1
2 parents 1c65646 + 527ad68 commit d1c4992

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ class ServerlessDynamodbLocal {
161161
config && config.start,
162162
this.options
163163
);
164+
165+
// otherwise endHandler will be mis-informed
166+
this.options = options;
164167
if (!options.noStart) {
165168
dynamodbLocal.start(options);
166169
}

0 commit comments

Comments
 (0)