mirror of https://github.com/buggins/dlangui.git
fix
This commit is contained in:
parent
17b53ae7b8
commit
465a6f6b0c
|
@ -224,7 +224,7 @@ class UIStringList {
|
||||||
import std.stream;
|
import std.stream;
|
||||||
import std.file;
|
import std.file;
|
||||||
try {
|
try {
|
||||||
Log.d("Loading string resources from file ", filename);
|
debug Log.d("Loading string resources from file ", filename);
|
||||||
if (!exists(filename) || !isFile(filename)) {
|
if (!exists(filename) || !isFile(filename)) {
|
||||||
Log.e("File does not exist: ", filename);
|
Log.e("File does not exist: ", filename);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue