add comment
This commit is contained in:
parent
83814e5842
commit
fd5b06d4c8
1 changed files with 1 additions and 0 deletions
|
|
@ -1819,6 +1819,7 @@ class ServerConfig {
|
|||
ServerConfig.decode(String msg) {
|
||||
var json = {};
|
||||
try {
|
||||
// back compatible
|
||||
json = jsonDecode(msg);
|
||||
} catch (err) {
|
||||
final input = msg.split('').reversed.join('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue