print the warning than the decoder direcotry not exists

This commit is contained in:
dreamsource-tai 2024-11-05 10:29:49 +08:00
parent 88058f992e
commit b430fba3d1

View File

@ -540,6 +540,7 @@ QString GetDecodeScriptDir()
{
return dir.absolutePath();
}
dsv_info("ERROR: the decoder directory is not exists! '../share/libsigrokdecode4DSL/decoders'");
return "";
}