Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
def
format_eol(msg):
161
if
WINDOWS:
162
msg = msg.replace(
'\r\n'
,
'\n'
).replace(
'\n'
,
'\r\n'
)
163
return
msg
164
165
166
def
browser_logi(msg):
Callers
2
browser_logi
Function · 0.85
browser_loge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected