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 fdbaa24 commit ee89a8fCopy full SHA for ee89a8f
templates/cli/lib/commands/run.js.twig
@@ -18,8 +18,6 @@ const { runtimeNames, systemTools, JwtManager, Queue } = require('../emulation/u
18
const { dockerStop, dockerCleanup, dockerStart, dockerBuild, dockerPull } = require('../emulation/docker');
19
20
const runFunction = async ({ port, functionId, variables, reload, userId } = {}) => {
21
- console.log(variables);
22
- console.log(reload);
23
// Selection
24
if(!functionId) {
25
const answers = await inquirer.prompt(questionsRunFunctions[0]);
0 commit comments