mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2026-05-28 00:00:02 +08:00
Recursivce calls are not good...
This commit is contained in:
@@ -29,7 +29,7 @@ export default class Response {
|
||||
}
|
||||
|
||||
status(status) {
|
||||
this.status(status);
|
||||
this.status = status;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user