Skip to content

console.log hangs on long lines #8050

Closed
@jo

Description

@jo

Version: 6.3.1
Platform: Linux localhost.localdomain 4.6.4-1-ARCH #1 SMP PREEMPT Mon Jul 11 19:12:32 CEST 2016 x86_64 GNU/Linux

for (var i = 0; i < 10000; i++) {
  str = '' 
  for (var k = 0; k < i; k++) {
    str += 'x'
  }
  console.log(str)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateIssues and PRs that are duplicates of other issues or PRs.processIssues and PRs related to the process subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions