Skip to content

Commit dd3f15f

Browse files
committed
[Conf] Add missing field "seed_path"
1 parent fc2e6bd commit dd3f15f

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

conf/Chakra.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"engine_path": "/path/to/ch",
55
"argv": [],
66
"env": { },
7+
"seed_path": "/path/to/seed",
78
"preproc_dir": "/path/to/pre",
89
"tmp_dir": "/path/to/tmp",
910
"bug_dir": "/path/to/bug",

conf/MOZ.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"engine_path": "/path/to/moz",
55
"argv": [],
66
"env": { },
7+
"seed_path": "/path/to/seed",
78
"preproc_dir": "/path/to/pre",
89
"tmp_dir": "/path/to/tmp",
910
"bug_dir": "/path/to/bug",

conf/V8.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"engine_path": "/path/to/v8",
55
"argv": [],
66
"env": { },
7+
"seed_path": "/path/to/seed",
78
"preproc_dir": "/path/to/pre",
89
"tmp_dir": "/path/to/tmp",
910
"bug_dir": "/path/to/bug",

0 commit comments

Comments
 (0)