Ignoring importation errors, temporarily.
This commit is contained in:
parent
3c01731fdc
commit
f67a24c94c
@ -28,7 +28,7 @@ LePharoSnippet >> fromMarkdeep: markdeepDiv [
|
|||||||
{ #category : #'*MiniDocs' }
|
{ #category : #'*MiniDocs' }
|
||||||
LePharoSnippet >> fromString: aString [
|
LePharoSnippet >> fromString: aString [
|
||||||
|
|
||||||
self coder forSource: aString
|
[ self coder forSource: aString ] onErrorDo: [ ]
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #'*MiniDocs' }
|
{ #category : #'*MiniDocs' }
|
||||||
|
Loading…
Reference in New Issue
Block a user