mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 11:15:36 -05:00
PyScript Terminal - the latest kind (#1816)
This commit is contained in:
committed by
GitHub
parent
d9bf5cae12
commit
72f266532b
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user