Skip to content

Commit a459595

Browse files
committed
fix: add resolve to promise
1 parent 1dfa174 commit a459595

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

electron-app/src/processes/backend.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ async function stopBackend() {
173173
fallbackTimer.unref();
174174
} else {
175175
logger.backend.warning("Backend process not found, skipping stop...");
176-
resolve();
177176
}
177+
178+
resolve();
178179
});
179180
}
180181

0 commit comments

Comments
 (0)