We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2453c commit 8df9ddeCopy full SHA for 8df9dde
1 file changed
src/ldump.js
@@ -24,7 +24,7 @@ const LUAC_FORMAT = 0; /* this is the official format */
24
class DumpState {
25
constructor() {
26
this.L = null;
27
- this.write = null;
+ this.writer = null;
28
this.data = null;
29
this.strip = NaN;
30
this.status = NaN;
0 commit comments