What is the :ns
key for the option map supplied to noir.server/start
used for? I see that if you leave out :ns
a randomly generated symbol is used. From looking through the Noir source I could not find anywhere where this symbol is used. Does anyone know if this is currently being used for something / if there are plans for this key?
问问题
111 次
1 回答
2
在 Noir 源代码中查看此文件。这提供了一个处理异常的中间件 -wrap-exceptions
此文件中的代码使用:ns
选项来解析异常并在具有此:ns
键的映射对象中获取堆栈跟踪数据。
于 2012-06-03T07:12:12.283 回答