mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fix the parsing error in the Android app
This commit is contained in:
@@ -94,7 +94,7 @@ public class Translator {
|
||||
return output;
|
||||
} catch (ParseError e) {
|
||||
Log.e(TAG, "Parse error: " + e);
|
||||
return "parse error: " + input + " " + e.getMessage(); // TODO: no no no
|
||||
return "parse error: " + e.getMessage(); // TODO: no no no
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user