mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15467fc233 | ||
|
|
eec0fcdcf1 | ||
|
|
a41dee015e |
@@ -2,5 +2,5 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
"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",
|
"name": "@certd/executor",
|
||||||
"version": "0.1.9",
|
"version": "0.1.10",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ export class Executor {
|
|||||||
if (plugin == null) {
|
if (plugin == null) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if (this.plugins == null) {
|
||||||
|
this.plugins = {}
|
||||||
|
}
|
||||||
this.plugins[plugin.name] = plugin
|
this.plugins[plugin.name] = plugin
|
||||||
if (plugin.define) {
|
if (plugin.define) {
|
||||||
const define = plugin.define()
|
const define = plugin.define()
|
||||||
|
|||||||
Reference in New Issue
Block a user