mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 18:55:29 -05:00
Fixed typo in logger message (#774)
This commit is contained in:
@@ -17,7 +17,7 @@ const xPyEnv = customElements.define('py-env', PyEnv);
|
|||||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||||
|
|
||||||
// As first thing, loop for application configs
|
// As first thing, loop for application configs
|
||||||
logger.info('checking for py-confing');
|
logger.info('checking for py-config');
|
||||||
const config: PyConfig = document.querySelector('py-config');
|
const config: PyConfig = document.querySelector('py-config');
|
||||||
if (!config) {
|
if (!config) {
|
||||||
const loader = document.createElement('py-config');
|
const loader = document.createElement('py-config');
|
||||||
|
|||||||
Reference in New Issue
Block a user