import omitted error report

BlitzMax Forums/BlitzMax Bug Reports/import omitted error report

I noticed that when you by misstake do:
Import "Message"

when you mean

Import "Message.bmx"

The debugger does not tell you in which file the error was encoutered.
It only says:
Unrecognized Import file type: Message
Process complete

However if I spell it wrong:

Import "Mesage.bmx"

It tells me that import file "Mesage.bmx" could not be found.

.