Debugging page importation.
This commit is contained in:
parent
ff9fbb92f9
commit
8fe49106bb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user