Skip to content

Commit

Permalink
add debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Dec 17, 2024
1 parent bb28471 commit 75008a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/docstrings_examples/DocTest.res
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ let main = async () => {

let () = await processMyAsyncIterator()

Console.log("ReScript compilation finished")

let compilationResults = result->Array.flat

// let compilationResults =
Expand Down
1 change: 1 addition & 0 deletions tests/docstrings_examples/DocTest.res.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ async function main() {
};
};
await processMyAsyncIterator();
console.log("ReScript compilation finished");
let compilationResults = result.flat();
let match = $$Array.reduce(compilationResults, [
[],
Expand Down

0 comments on commit 75008a4

Please sign in to comment.