chore: prettier

This commit is contained in:
Percs 2024-10-10 23:03:39 -05:00
parent b3eeb91a2d
commit 9db2842c95
4 changed files with 19 additions and 19 deletions

View file

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