Templates 2.0 (#636)
Templates 2.0 and a whole bunch of other refactoring
This commit is contained in:
@@ -405,7 +405,7 @@ export class HttpServer {
|
||||
const args: string[] = body;
|
||||
try {
|
||||
const result = await spaceServer.system!.syscall(
|
||||
{ plug: plugName },
|
||||
{ plug: plugName === "_" ? undefined : plugName },
|
||||
syscall,
|
||||
args,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user