Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

\n should not be parsed in strings #32

@vmarkovtsev

Description

@vmarkovtsev

Any JS string which has \n, e.g.

bufferedLog.push(...args, '\n');

contains parsed new lines instead of \n. The desired behavior is passing the string contents verbatim.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions