Run linter manually

This commit is contained in:
rejas
2020-02-13 08:35:09 +01:00
parent ef7720ff06
commit 5517a913d4
4 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ function plugin (wdInstance, requests) {
this.send = function () {
this.status = 200;
this.readyState = 4;
const response = this.url.includes('.njk') ? template : data;
const response = this.url.includes(".njk") ? template : data;
this.response = response;
this.responseText = response;
this.onreadystatechange();