Microdown icon indicating copy to clipboard operation
Microdown copied to clipboard

Better error reporting

Open Ducasse opened this issue 1 year ago • 0 comments

On mic resources

contents
	[^ self fileReference isDirectory ifTrue: [''] ifFalse: [self fileReference contents] ]
	on: FileDoesNotExistException 
	do: [ :error | 
		error resignalAs: (MicResourceReferenceError new messageText: 'Microdown file not found ', self fileReference fullname)  ]

Ducasse avatar Apr 09 '24 07:04 Ducasse