File tree 2 files changed +5
-9
lines changed
examples/builtins/time-sync
outputs/builtins/time-sync 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ initialize:
8
8
' time-sync ' :
9
9
method : TimeSync
10
10
path : ' builtin'
11
- config :
12
11
tree :
13
12
children :
14
13
child :
Original file line number Diff line number Diff line change @@ -8,26 +8,25 @@ initialize:
8
8
time-sync :
9
9
method : TimeSync
10
10
path : builtin
11
- config : null
12
11
execution :
13
12
status : fail
14
13
command : >-
15
14
/Users/manushak/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
16
15
/Users/manushak/Documents/Projects/Green-Software/if/src/if-run/index.ts -m
17
- manifests/examples/builtins/time-sync/failure-missing-global- config.yml -o
18
- manifests/outputs/builtins/time-sync/failure-missing-global- config.yml
16
+ manifests/examples/builtins/time-sync/failure-missing-config.yml -o
17
+ manifests/outputs/builtins/time-sync/failure-missing-config.yaml
19
18
environment :
20
19
if-version : 0.6.0
21
20
os : macOS
22
21
os-version : 14.6.1
23
22
node-version : 18.20.4
24
- date-time : 2024-09-12T06:16:16.464Z (UTC)
23
+ date-time : 2024-10-04T13:07:11.870Z (UTC)
25
24
dependencies :
26
25
- ' @babel/core@7.22.10'
27
26
- ' @babel/preset-typescript@7.23.3'
28
27
- ' @commitlint/cli@18.6.0'
29
28
- ' @commitlint/config-conventional@18.6.0'
30
- - ' @grnsft/if-core@0.0.22 '
29
+ - ' @grnsft/if-core@0.0.25 '
31
30
- ' @jest/globals@29.7.0'
32
31
- ' @types/jest@29.5.8'
33
32
- ' @types/js-yaml@4.0.9'
@@ -53,9 +52,7 @@ execution:
53
52
- typescript@5.2.2
54
53
- winston@3.11.0
55
54
- zod@3.23.8
56
- error : >-
57
- ManifestValidationError: "initialize.plugins.time-sync.config" parameter is
58
- expected object, received null. Error code: invalid_type.
55
+ error : ' ConfigError: Config is not provided.'
59
56
tree :
60
57
children :
61
58
child :
You can’t perform that action at this time.
0 commit comments