diff --git a/electron/src/runtime.ts b/electron/src/runtime.ts index 643e29118..36c5952af 100644 --- a/electron/src/runtime.ts +++ b/electron/src/runtime.ts @@ -27,7 +27,7 @@ export class CapacitorElectron { } pluginMethodNoop(_target: any, _prop: PropertyKey, pluginName: string) { - return Promise.reject(`${pluginName} does not have web implementation.`); + return Promise.reject(`${pluginName} does not have electron implementation.`); } getPlatform() {