Skip to content

Commit 683003d

Browse files
committed
chore: remove error throw
1 parent 820bf0c commit 683003d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/scripts/testing/scripts.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
}
115115
} catch (error) {
116116
console.warn(`Failed to load theme tokens for ${themeName}:`, error);
117-
throw new Error(`Could not load theme tokens for ${themeName} from any path`);
118117
}
119118
}
120119

0 commit comments

Comments
 (0)