Skip to content

Commit

Permalink
refactor: change log level for SDK start block
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheffel-tbx committed Oct 29, 2024
1 parent 70268b6 commit 898f6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function startTestBox(config?: TestBoxConfig) {

if (window.__tbxExtensionActive && !config.startedByExtension) {
// Checking for Extension
info(
warn(
"Extension is Active and SDK start had a different origin. Blocking SDK start"
);
return;
Expand Down

0 comments on commit 898f6a0

Please sign in to comment.