MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / format_eol

Function format_eol

emrun.py:160–163  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

158
159
160def format_eol(msg):
161 if WINDOWS:
162 msg = msg.replace('\r\n', '\n').replace('\n', '\r\n')
163 return msg
164
165
166def browser_logi(msg):

Callers 2

browser_logiFunction · 0.85
browser_logeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected