aboutsummaryrefslogtreecommitdiff
path: root/src/modules/hacker
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/hacker')
-rw-r--r--src/modules/hacker/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/hacker/index.ts b/src/modules/hacker/index.ts
index d842d74e..aadf839a 100644
--- a/src/modules/hacker/index.ts
+++ b/src/modules/hacker/index.ts
@@ -10,6 +10,7 @@ export class HackerModule {
if (name === 'constructor' || typeof this[name] !== 'function') {
continue;
}
+
this[name] = this[name].bind(this);
}
}