diff --git a/src/node.ts b/src/node.ts index feac2cc5..07c89271 100644 --- a/src/node.ts +++ b/src/node.ts @@ -25,7 +25,7 @@ export class Node extends EventEmitter { ctime = new Date(); // data: string = ''; - buf: Buffer = null; + buf: Buffer; perm = 0o666; // Permissions `chmod`, `fchmod`