ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
539 stars 129 forks source link

Warning type err will be better #133

Open gshmu opened 3 years ago

gshmu commented 3 years ago

Error running 'serve': class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap')

Error running 'serve': class java.lang.Boolean cannot be cast to class java.lang.String (java.lang.Boolean and java.lang.String are in module java.base of loader 'bootstrap')

The Unix ENV master be string, but I think convert the var to string and add warning will be better.

ashald commented 3 years ago

I'm not sure I understand. Could you clarify?