Skip to content

Commit 4e35669

Browse files
committed
Merge branch 'feature/233-implement-openrouter' of https://github.com/landamessenger/git-board-flow into feature/233-implement-openrouter
2 parents 6fa8506 + 4ec8e31 commit 4e35669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157897,7 +157897,7 @@ class DockerRepository {
157897157897
}
157898157898
});
157899157899
});
157900-
(0, logger_1.logDebugInfo)('🐳 🟡 Image build result: ' + result);
157900+
(0, logger_1.logDebugInfo)('🐳 🟡 Image build result: ' + JSON.stringify(result, null, 2));
157901157901
(0, logger_1.logDebugInfo)('🐳 🟡 Creating container...');
157902157902
// Create and start the container
157903157903
const container = await this.docker.createContainer({

0 commit comments

Comments
 (0)