We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29c4b9 commit adeb087Copy full SHA for adeb087
src/settings.ts
@@ -45,11 +45,7 @@ function settings_new_schema(schema: string): Settings {
45
46
if (!schemaObj) {
47
throw new Error(
48
- "Schema " +
49
- schema +
50
- " could not be found for extension " +
51
- Me.metadata.uuid +
52
- ". Please check your installation."
+ "Schema " + schema + " could not be found for extension " + Me.metadata.uuid + ". Please check your installation."
53
);
54
}
55
0 commit comments