File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/snaps-controllers/src/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,11 +268,11 @@ export abstract class AbstractExecutionService<WorkerType>
268268 if ( status === 'created' ) {
269269 // Currently this error can only be thrown by OffscreenExecutionService.
270270 throw new Error (
271- `The executor for ${ snapId } couldn't start initialization. The offscreen document may not exist.` ,
271+ `The executor for " ${ snapId } " couldn't start initialization. The offscreen document may not exist.` ,
272272 ) ;
273273 }
274274 throw new Error (
275- `The executor for ${ snapId } failed to initialize. The iframe/webview/worker failed to load.` ,
275+ `The executor for " ${ snapId } " failed to initialize. The iframe/webview/worker failed to load.` ,
276276 ) ;
277277 }
278278
You can’t perform that action at this time.
0 commit comments