PyScript Terminal - the latest kind (#1816)

This commit is contained in:
Andrea Giammarchi
2023-10-31 15:16:15 +01:00
committed by GitHub
parent d9bf5cae12
commit 72f266532b
13 changed files with 282 additions and 227 deletions

View File

@@ -113,7 +113,7 @@ for (const [TYPE] of TYPES) {
value().then(({ notify }) => notify(error.message));
}
} else if (!parsed?.plugins?.includes(`!${key}`)) {
toBeAwaited.push(value());
toBeAwaited.push(value().then(({ default: p }) => p));
}
}