Skip to content

Commit 4d38b5e

Browse files
author
adrianj
committed
add python
1 parent 998aa9b commit 4d38b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ class Offline {
321321
const fun = this.service.getFunction(key);
322322
const funName = key;
323323
const servicePath = path.join(this.serverless.config.servicePath, this.options.location);
324-
const funOptions = functionHelper.getFunctionOptions(fun, key, servicePath);
324+
const funOptions = functionHelper.getFunctionOptions(fun, key, servicePath,serviceRuntime);
325325
debugLog(`funOptions ${JSON.stringify(funOptions, null, 2)} `);
326326

327327
this.printBlankLine();

0 commit comments

Comments
 (0)