Skip to content

Commit

Permalink
Add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jun 19, 2023
1 parent 0aec53d commit e0bccd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/php-wasm/universal/src/lib/load-php-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export async function loadPHPRuntime(
): Promise<number> {
let resolvePhpReady: any, rejectPhp: any, resolveDepsReady: any;
const depsReady = new Promise((resolve) => {
// @TODO This also needs to be rejected on failure
resolveDepsReady = resolve;
});
const phpReady = new Promise((resolve, reject) => {
Expand Down

0 comments on commit e0bccd7

Please sign in to comment.