fix core log
This commit is contained in:
parent
dde7dff870
commit
ff3bc0e8c2
1 changed files with 1 additions and 4 deletions
|
|
@ -24,10 +24,7 @@ export { default as gist } from './gist.js';
|
||||||
// below won't work with runtime.mjs (json import fails)
|
// below won't work with runtime.mjs (json import fails)
|
||||||
/* import * as p from './package.json';
|
/* import * as p from './package.json';
|
||||||
export const version = p.version; */
|
export const version = p.version; */
|
||||||
logger(
|
logger('🌀 @strudel.cycles/core loaded 🌀');
|
||||||
'%c 🌀 @strudel.cycles/core loaded 🌀', // keep "//" for runnable snapshot source..
|
|
||||||
'background-color: black;color:white;padding:4px;border-radius:15px',
|
|
||||||
);
|
|
||||||
if (globalThis._strudelLoaded) {
|
if (globalThis._strudelLoaded) {
|
||||||
console.warn(
|
console.warn(
|
||||||
`@strudel.cycles/core was loaded more than once...
|
`@strudel.cycles/core was loaded more than once...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue