gwsp 2.2.2 → 3.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -36,7 +36,7 @@ function GWSP(url) {
|
|
36
36
|
else if (viaHeader) {
|
37
37
|
protectionInfo = `Via: ${viaHeader}`;
|
38
38
|
}
|
39
|
-
(0, kyle_printer_1.default)({ text: `GWSP GET
|
39
|
+
(0, kyle_printer_1.default)({ text: `GWSP GET [ ${protectionInfo} ]`, color: 'green', font: 'bold' });
|
40
40
|
}
|
41
41
|
catch (error) {
|
42
42
|
let statusCode = 'null';
|