Skip to content

Commit 5ae645b

Browse files
test [skip ci]
1 parent 28ef877 commit 5ae645b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/utils/local/cleanup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function killWebsocketMicroservice(microservice) {
102102
}
103103

104104
async function killMicroservice(microservice, microservices) {
105-
console.log("killMicroservice", { microservice, microservices});
105+
console.log("killMicroservice", { microservice, microservices });
106106
if (microservice.type === "back") {
107107
await killHttpMicroservice(microservice);
108108
} else if (microservice.type === "viewer") {
@@ -137,6 +137,7 @@ function projectMicroservices(projectFolderPath) {
137137
}
138138

139139
async function cleanupBackend(projectFolderPath) {
140+
console.log("cleanupBackend", { projectFolderPath });
140141
if (!fs.existsSync(projectFolderPath)) {
141142
console.log(`Folder ${projectFolderPath} does not exist. Skipping cleanup.`);
142143
return;

0 commit comments

Comments
 (0)