mirror of
https://github.com/certd/certd.git
synced 2026-04-13 11:50:57 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15467fc233 | ||
|
|
eec0fcdcf1 | ||
|
|
a41dee015e |
@@ -2,5 +2,5 @@
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "0.1.9"
|
||||
"version": "0.1.10"
|
||||
}
|
||||
|
||||
1571
packages/executor/package-lock.json
generated
1571
packages/executor/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/executor",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -25,6 +25,9 @@ export class Executor {
|
||||
if (plugin == null) {
|
||||
return
|
||||
}
|
||||
if (this.plugins == null) {
|
||||
this.plugins = {}
|
||||
}
|
||||
this.plugins[plugin.name] = plugin
|
||||
if (plugin.define) {
|
||||
const define = plugin.define()
|
||||
|
||||
Reference in New Issue
Block a user