Skip to content

Commit

Permalink
Debug demo info
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Oct 22, 2023
1 parent 973effb commit c1a6fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/tasks/board.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ const checkChangelogUpdates = async () => {

const demoInfo = await getDemoInfo(filePath, { isBoardDemo: true });

console.dir({ demoInfo });

if (demoInfo === null || typeof demoInfo === 'string') {
logger.error('Invalid demo', demoInfo);
await fileCleanup();
Expand Down

0 comments on commit c1a6fa8

Please sign in to comment.