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 27, 2024
1 parent 3ff1df2 commit dcfa4be
Showing 1 changed file with 1 addition and 1 deletion.
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 dcfa4be

Please sign in to comment.