aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/server')
-rw-r--r--src/api/server/ServerApi.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js
index edea991e2..33f998b90 100644
--- a/src/api/server/ServerApi.js
+++ b/src/api/server/ServerApi.js
@@ -317,6 +317,7 @@ export default class ServerApi {
317 cwd: recipeTempDirectory, 317 cwd: recipeTempDirectory,
318 preservePaths: true, 318 preservePaths: true,
319 unlink: true, 319 unlink: true,
320 preserveOwner: false,
320 onwarn: x => console.log('warn', recipeId, x), 321 onwarn: x => console.log('warn', recipeId, x),
321 }); 322 });
322 console.debug('Recipe extracted to', recipeTempDirectory); 323 console.debug('Recipe extracted to', recipeTempDirectory);