Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Maximum call stack size exceeded #9

@tamlyn

Description

@tamlyn

When I run TestCafe Live, the test runs fine but then as soon as I make a change in a file it crashes:

Make changes in the source files or press ctrl+r to restart test run.

Stopping TestCafe Live...
.../node_modules/lodash/lodash.js:12148
    function isSymbol(value) {
                     ^

RangeError: Maximum call stack size exceeded
    at isSymbol (.../node_modules/lodash/lodash.js:12148:22)
    at isKey (.../node_modules/lodash/lodash.js:6320:28)
    at castPath (.../node_modules/lodash/lodash.js:4471:14)
    at hasPath (.../node_modules/lodash/lodash.js:6132:14)
    at Function.has (.../node_modules/lodash/lodash.js:13150:32)
    at Graph.hasNode (.../node_modules/graphlib/lib/graph.js:169:12)
    at ModulesGraph.addNode (.../node_modules/testcafe-live/lib/file-watcher/modules-graph.js:32:24)
    at children.forEach.child (.../node_modules/testcafe-live/lib/file-watcher/modules-graph.js:25:22)
    at Array.forEach (<anonymous>)
    at ModulesGraph._updateChildren (.../node_modules/testcafe-live/lib/file-watcher/modules-graph.js:21:22)

I'm using Node 8.9 and TestCafe 0.18.6 on OSX 10.11.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions