Skip to content

Commit

Permalink
diagnostics: words
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Sep 13, 2024
1 parent 07f02fe commit 59a3a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/diagnostics/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class DiagnosticsPlugin extends ScryptedDeviceBase implements Settings {
});


this.validate('Defunct Plugins', async () => {
await this.validate('Deprecated Plugins', async () => {
const defunctPlugins = [
'@scrypted/opencv',
'@scrypted/python-codecs',
Expand All @@ -436,7 +436,7 @@ class DiagnosticsPlugin extends ScryptedDeviceBase implements Settings {
}

if (found)
throw new Error('Defunct plugins found.');
throw new Error('Deprecated plugins found.');
});
}

Expand Down

0 comments on commit 59a3a97

Please sign in to comment.