mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Ensure to expose output of failed commands
This commit is contained in:
parent
3bd0231417
commit
cab2ffabcb
@ -3,7 +3,7 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const fse = require('fs-extra');
|
||||
const { execSync } = require('child_process');
|
||||
const { execSync } = require('../utils/child-process');
|
||||
const { serverlessExec } = require('../utils/misc');
|
||||
const { getTmpDirPath } = require('../utils/fs');
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
const path = require('path');
|
||||
const fse = require('fs-extra');
|
||||
const { execSync } = require('child_process');
|
||||
const { execSync } = require('../utils/child-process');
|
||||
const { serverlessExec } = require('../utils/misc');
|
||||
const { getTmpDirPath, listZipFiles } = require('../utils/fs');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user