From 184089149a808ec5e5d0b6941b9eecc013fe0fe9 Mon Sep 17 00:00:00 2001 From: altpd13 Date: Mon, 22 Jul 2024 19:05:51 +0900 Subject: [PATCH] fix removeArtifacts when re-compiled --- src/components/injective/Compiler.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/injective/Compiler.tsx b/src/components/injective/Compiler.tsx index 2d28fe7..6d701d7 100644 --- a/src/components/injective/Compiler.tsx +++ b/src/components/injective/Compiler.tsx @@ -143,9 +143,6 @@ export const Compiler: React.FunctionComponent = ({ await client.terminal.log({ value: 'Server is working...', type: 'log' }); return; } - if (await exists()) { - return; - } await removeArtifacts(); init();