seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
71 stars 9 forks source link

Misleading convert require warning #171

Open jeparlefrancais opened 8 months ago

jeparlefrancais commented 8 months ago

When converting requires using a rojo sourcemap, if the source file is not present in the sourcemap, the error still mentions that it could not find the require path in the sourcemap.

This is misleading as it should say that it could not resolve the source path itself in the sourcemap instead!