mirror of https://gitee.com/bigwinds/arangodb
fixed wrong id
This commit is contained in:
parent
ee2b40208c
commit
dfe3c22519
|
@ -801,7 +801,7 @@ function stop_color_print () {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: appId,
|
id: mp.appId,
|
||||||
root: mp.root,
|
root: mp.root,
|
||||||
path: mp.path,
|
path: mp.path,
|
||||||
manifest: manifest
|
manifest: manifest
|
||||||
|
|
Loading…
Reference in New Issue