mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2025-04-05 23:31:53 +08:00
Recursivce calls are not good...
This commit is contained in:
parent
055398323e
commit
7b9fad3090
@ -29,7 +29,7 @@ export default class Response {
|
||||
}
|
||||
|
||||
status(status) {
|
||||
this.status(status);
|
||||
this.status = status;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user