mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-11 05:59:23 -06:00
removed unnecessary comments
This commit is contained in:
@@ -75,17 +75,13 @@ class PodService {
|
||||
async ({ status }) => {
|
||||
try {
|
||||
writerStream.close();
|
||||
if (status === 'Failure' /* || stderrStream.size()*/) {
|
||||
if (status === 'Failure') {
|
||||
return reject(
|
||||
new Error(
|
||||
`Error from cpFromPod - details: \n ${stderrStream.read().toString()}`,
|
||||
),
|
||||
);
|
||||
}
|
||||
/*await tar.x({
|
||||
file: tmpFileName,
|
||||
cwd: tgtPath,
|
||||
});*/
|
||||
resolve();
|
||||
} catch (e) {
|
||||
reject(e);
|
||||
|
||||
Reference in New Issue
Block a user