Nodejs在生成子进程时忽略cwd

时间:2015-11-18 13:13:18

标签: node.js

我正在尝试使用默认目录生成子进程。该过程正在执行,它能够读取args。但是进程在当前目录中启动,即使我提供cwd作为选项。我做错了吗?

{{1}}

我的最终目标是在特定文件夹中执行bash脚本,这样它就不会弄乱我的应用程序目录。

节点版本:4.0.0

1 个答案:

答案 0 :(得分:3)

var asm = System.Reflection.Assembly.GetExecutingAssembly(); var rep = asm.GetTypes().Where(x => (typeof(Telerik.Reporting.Report)).IsAssignableFrom(x) && x.IsDefined(typeof(System.ComponentModel.DisplayNameAttribute), true)).ToList(); Reports = (rep.ToDictionary((x => (x.GetCustomAttributes(typeof(System.ComponentModel.DisplayNameAttribute), true).Single() as System.ComponentModel.DisplayNameAttribute).DisplayName), (x => x))); 是一个对象,而不是数组。

options