File tree Expand file tree Collapse file tree 2 files changed +2
-225
lines changed Expand file tree Collapse file tree 2 files changed +2
-225
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import {
23
23
import { directoryHandleFromMountDevice } from '@wp-playground/storage' ;
24
24
import { randomString } from '@php-wasm/util' ;
25
25
import {
26
- spawnHandlerFactory ,
27
26
backfillStaticFilesRemovedFromMinifiedBuild ,
28
27
hasCachedStaticFilesRemovedFromMinifiedBuild ,
29
28
} from './worker-utils' ;
@@ -48,6 +47,7 @@ import type {
48
47
import {
49
48
PHPResponse ,
50
49
PHPWorker ,
50
+ sandboxedSpawnHandlerFactory ,
51
51
SupportedPHPVersionsList ,
52
52
} from '@php-wasm/universal' ;
53
53
import {
@@ -401,7 +401,7 @@ export class PlaygroundWorkerEndpoint extends PHPWorker {
401
401
sqliteIntegrationPluginZip : sqliteIntegrationRequest
402
402
. then ( ( r ) => r . blob ( ) )
403
403
. then ( ( b ) => new File ( [ b ] , 'sqlite.zip' ) ) ,
404
- spawnHandler : spawnHandlerFactory ,
404
+ spawnHandler : sandboxedSpawnHandlerFactory ,
405
405
sapiName,
406
406
constants,
407
407
hooks : {
You can’t perform that action at this time.
0 commit comments