testaro 5.1.2 → 5.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/htmlcs/HTMLCS.js +1 -3
- package/package.json +1 -1
- package/run.js +1 -0
package/htmlcs/HTMLCS.js
CHANGED
|
@@ -6321,10 +6321,8 @@
|
|
|
6321
6321
|
self.output(messages[i]);
|
|
6322
6322
|
msgCount[messages[i].type]++;
|
|
6323
6323
|
}
|
|
6324
|
-
console.log("done");
|
|
6325
6324
|
}, function () {
|
|
6326
6325
|
console.log("Something in HTML_CodeSniffer failed to parse. Cannot run.");
|
|
6327
|
-
console.log("done");
|
|
6328
6326
|
}, "en");
|
|
6329
6327
|
return Array.from(messageStrings);
|
|
6330
6328
|
};
|
|
@@ -7968,4 +7966,4 @@
|
|
|
7968
7966
|
};
|
|
7969
7967
|
}(); // Expose globals.
|
|
7970
7968
|
return _global;
|
|
7971
|
-
}));
|
|
7969
|
+
}));
|
package/package.json
CHANGED