summaryrefslogtreecommitdiffstats
path: root/src/api/server/ServerApi.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-04-13 08:39:08 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-04-13 04:10:34 +0000
commit31f524047446374788ed92440f194b18c90a1aed (patch)
tree26370e87fd4fb48d4b9f36ca327e47622e9ef6d2 /src/api/server/ServerApi.ts
parent6.7.3-nightly.8 [skip ci] (diff)
downloadferdium-app-31f524047446374788ed92440f194b18c90a1aed.tar.gz
ferdium-app-31f524047446374788ed92440f194b18c90a1aed.tar.zst
ferdium-app-31f524047446374788ed92440f194b18c90a1aed.zip
Upgrade electron to '29.3.0' and some other deps
Diffstat (limited to 'src/api/server/ServerApi.ts')
-rw-r--r--src/api/server/ServerApi.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/server/ServerApi.ts b/src/api/server/ServerApi.ts
index 58c6845ac..69994114e 100644
--- a/src/api/server/ServerApi.ts
+++ b/src/api/server/ServerApi.ts
@@ -462,7 +462,6 @@ export default class ServerApi {
462 462
463 await sleep(10); 463 await sleep(10);
464 464
465 // @ts-expect-error No overload matches this call.
466 await tar.x({ 465 await tar.x({
467 file: archivePath, 466 file: archivePath,
468 cwd: recipeTempDirectory, 467 cwd: recipeTempDirectory,