Attributes now have YAML values
This commit is contained in:
@@ -2,4 +2,4 @@ declare global {
|
||||
function syscall(name: string, ...args: any[]): Promise<any>;
|
||||
}
|
||||
|
||||
export const syscall = self.syscall;
|
||||
export const syscall = globalThis.syscall;
|
||||
|
||||
Reference in New Issue
Block a user