mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Catch one more place where a plain-text error was thrown.
This commit is contained in:
parent
f0e43fad37
commit
cc4a999648
@ -546,7 +546,7 @@ jQuery.extend({
|
||||
} catch(e) {
|
||||
// We have a parsererror
|
||||
statusText = "parsererror";
|
||||
error = e;
|
||||
error = e.message;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user