Skip to content

Commit

Permalink
Update settings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowcaTheoRange authored Oct 4, 2023
1 parent b29c4b9 commit adeb087
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ function settings_new_schema(schema: string): Settings {

if (!schemaObj) {
throw new Error(
"Schema " +
schema +
" could not be found for extension " +
Me.metadata.uuid +
". Please check your installation."
"Schema " + schema + " could not be found for extension " + Me.metadata.uuid + ". Please check your installation."
);
}

Expand Down

0 comments on commit adeb087

Please sign in to comment.