mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
fix: error
This commit is contained in:
parent
5458829e43
commit
be4e7b79c1
@ -248,13 +248,6 @@ export abstract class Plugin<O = any> implements PluginInterface {
|
|||||||
|
|
||||||
return results;
|
return results;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async getPluginBasePath() {
|
|
||||||
if (!this.options.packageName) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
return getPluginBasePath(this.options.packageName);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Plugin;
|
export default Plugin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user