mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
cli: fix execute
This commit is contained in:
parent
5a05537a7f
commit
5e400cb782
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ exports.handler = async function(argv){
|
|||
};
|
||||
|
||||
let response = await argv.axios.post('/jobs', request);
|
||||
response = response.data
|
||||
response = response.data.data
|
||||
|
||||
function step(name, ctx){
|
||||
console.log(chalk.bold(`== ${name} ==`))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue