Skip to content

Commit

Permalink
feat: update to run ci
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Mar 18, 2024
1 parent 0ff6196 commit 0b35933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/workspace/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ interface WorkspacePluginSetupDeps {
savedObjectsManagement?: SavedObjectsManagementPluginSetup;
}

console.log('run');

export class WorkspacePlugin implements Plugin<{}, {}, {}> {
private coreStart?: CoreStart;
private currentWorkspaceIdSubscription?: Subscription;
Expand Down

0 comments on commit 0b35933

Please sign in to comment.