Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
csr632 committed Jan 23, 2024
1 parent 5fa7bbb commit 39d6a96
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export class OutlineInfoModuleManager {
return this.pmm.registerProxyModule(datasourceFilePath, async (file) => {
const content = await file.read()
const { outline } = await extractOutlineInfo(content)
console.log('@@@OutlineInfoModuleManager 1')
console.log(content)
console.log('@@@OutlineInfoModuleManager 2')
console.log(JSON.stringify(outline))
console.log('@@@OutlineInfoModuleManager 3')
return {
datasourceFilePath,
outline,
Expand Down

0 comments on commit 39d6a96

Please sign in to comment.