mirror of
https://github.com/aria2/aria2.git
synced 2026-04-13 08:18:46 +00:00
Fixed error message in json::decode()
This commit is contained in:
@@ -454,7 +454,7 @@ decode
|
||||
return decodeNull(first, last);
|
||||
} else {
|
||||
throw DL_ABORT_EX2("JSON decoding failed:"
|
||||
" Unexpected EOF in term context.",
|
||||
" Unexpected character in term context.",
|
||||
error_code::JSON_PARSE_ERROR);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user