Skip to content

Commit adeb087

Browse files
Update settings.ts
1 parent b29c4b9 commit adeb087

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/settings.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ function settings_new_schema(schema: string): Settings {
4545

4646
if (!schemaObj) {
4747
throw new Error(
48-
"Schema " +
49-
schema +
50-
" could not be found for extension " +
51-
Me.metadata.uuid +
52-
". Please check your installation."
48+
"Schema " + schema + " could not be found for extension " + Me.metadata.uuid + ". Please check your installation."
5349
);
5450
}
5551

0 commit comments

Comments
 (0)