Skip to content

Commit

Permalink
fix(registry): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Jan 22, 2024
1 parent a29ab98 commit cf32bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phovea_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ try {
// eslint-disable-next-line global-require, @typescript-eslint/no-var-requires
require('ordino/dist/phovea_registry');
} catch (e) {
console.error("Failed to load 'visyn_pro/phovea_registry'", e);
console.error("Failed to load 'ordino/phovea_registry'", e);
}

/// #endif
Expand Down

0 comments on commit cf32bc2

Please sign in to comment.