Skip to content

Commit 4bfefc5

Browse files
committed
Temporary disable
1 parent 6c08fcb commit 4bfefc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/directives.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default class Directives {
1313
});
1414

1515
req.on("response", (headers, flags) => {
16+
// tslint:disable-next-line:forin
1617
for (const name in headers) {
1718
console.log(`${name}: ${headers[name]}`);
1819
}

0 commit comments

Comments
 (0)