Skip to content

Commit

Permalink
Fix Faker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Jan 21, 2025
1 parent 5d505d1 commit 4ae045c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/plugin-runtime/src/index.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,6 @@ function initialize(workerData: PluginWorkerData) {
}
importModule();

if (pkg.name?.includes('yaak-faker')) {
sendPayload(
{ type: 'none' },
{ type: 'error_response', error: 'Failed to initialize Faker plugin' },
null,
);
return;
}

// Message comes into the plugin to be processed
parentPort!.on('message', async (event: InternalEvent) => {
const ctx = newCtx(event);
Expand Down

0 comments on commit 4ae045c

Please sign in to comment.