https://bugs.kde.org/show_bug.cgi?id=393415
Rhys Kidd <rhysk...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rhysk...@gmail.com Assignee|jsew...@acm.org |rhysk...@gmail.com --- Comment #1 from Rhys Kidd <rhysk...@gmail.com> --- I think your code may have a subtle bug in it. To test this can you run in a Terminal window within the relevant testing folder: // How does the program loader find the JS interpreter? $ ./worker I believe your main.js should be changed as follows: > - var child = cp.fork('./worker'); > + var child = cp.fork('worker.js'); -- You are receiving this mail because: You are watching all bug changes.