We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c60b5 commit 86a2047Copy full SHA for 86a2047
index.js
@@ -209,7 +209,7 @@ class ServerlessDynamodbLocal {
209
210
let dbPath = options.dbPath;
211
if (dbPath) {
212
- options.dbPath = path.isAbsolute(dbPath) ? dbPath : path.join(this.serverless.config.servicePath, dbPath)
+ options.dbPath = path.isAbsolute(dbPath) ? dbPath : path.join(this.serverless.config.servicePath, dbPath);
213
}
214
215
if (!options.noStart) {
0 commit comments