caching of data by node-webkit

3 views
Skip to first unread message

JBaron

unread,
Nov 17, 2013, 10:05:24 AM11/17/13
to node-...@googlegroups.com
When trying in developer-tools to see what the expression process.title = "test" would do (using the watch expression functionality), node-webkit crashed immediately. No problem, can happen.

However whenever I now open the developer-tools, my node-webkit application immediately crashes (this is all on OSX Mavericks). I guess this is caused by the watch expression "process.title= ..." still being remembered/cached and executed as soon as I open the developer-tools. Does anyone know where node-webkit stores its data on OSX so I can manually purge this cache. 

Roger

unread,
Nov 24, 2013, 11:26:26 PM11/24/13
to JBaron, node-...@googlegroups.com

Peter Dekkers

unread,
Nov 25, 2013, 12:57:15 AM11/25/13
to Roger, node-...@googlegroups.com
Thanks, wasn’t aware of the fact that the directory is exposed in the App API. I guess it is time to read all the docs again and find out what else is new and could be helpful. Have to say that it is very nice to see how node-webkit is coming along and every release is having more useful features.

And BTW, after emptying that directory, the developer tools started to work again.

// Peter
Reply all
Reply to author
Forward
0 new messages