Skip to content

Commit 59b8f09

Browse files
committed
go back
1 parent a459595 commit 59b8f09

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

electron-app/src/processes/backend.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,8 @@ async function stopBackend() {
173173
fallbackTimer.unref();
174174
} else {
175175
logger.backend.warning("Backend process not found, skipping stop...");
176+
resolve();
176177
}
177-
178-
resolve();
179178
});
180179
}
181180

0 commit comments

Comments
 (0)