chore: prettier

This commit is contained in:
Percs 2024-10-10 19:19:47 -05:00
parent 3138baf2c8
commit 4d7fa7abb6
6 changed files with 18 additions and 15 deletions

View file

@ -108,7 +108,7 @@ export class ScramjetClient {
resolve(data.port);
}
});
}),
})
);
}
@ -239,7 +239,7 @@ export class ScramjetClient {
h.construct = function (
constructor: any,
argArray: any[],
newTarget: AnyFunction,
newTarget: AnyFunction
) {
let returnValue: any = undefined;
let earlyreturn = false;
@ -354,7 +354,7 @@ export class ScramjetClient {
RawTrap<T>(
target: any,
prop: string,
descriptor: Trap<T>,
descriptor: Trap<T>
): PropertyDescriptor {
if (!target) return;
if (!prop) return;