Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and WebReflection committed Mar 28, 2024
1 parent 3ff1df2 commit 8ee55be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyscript.core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyscript.core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.4.10",
"version": "0.4.11",
"type": "module",
"description": "PyScript",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion pyscript.core/src/plugins/py-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const init = async (script, type, interpreter) => {
throw new SyntaxError(
configs.get(env)
? `duplicated config for env: ${env}`
: `unable to add a config to the env env: ${env}`
: `unable to add a config to the env: ${env}`,
);
}

Expand Down

0 comments on commit 8ee55be

Please sign in to comment.