Debugging page importation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-08-21 12:10:03 -05:00
parent ff9fbb92f9
commit 8fe49106bb

View File

@ -66,16 +66,9 @@ LeDatabase >> addPageFromMarkdeep: markdeepDocTree withRemote: externalDocLocati
self importErrorForLocal: existingPage withRemote: externalDocLocation. self importErrorForLocal: existingPage withRemote: externalDocLocation.
^ self ^ self
] ]
ifNone: [ ifNone: [ snippet database: self ].
snippet database: self.
self registerSnippet: snippet
].
] ]
ifFalse: [ ifFalse: [ snippet database: self ]
snippet database: self.
self registerSnippet: snippet
]
]. ].
self addPage: page. self addPage: page.
^ page ^ page