Skip to content

Commit a37aae9

Browse files
Apply suggestions from code review
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 0d773ef commit a37aae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/snaps-controllers/src/services/AbstractExecutionService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)