From 53ec57855f516c7be1a42a8048e2695e1ae6ee30 Mon Sep 17 00:00:00 2001 From: Prasad Thakur <43764832+prsdthkr@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:34:02 -0700 Subject: [PATCH] Update bunyan.js --- lib/bunyan.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/bunyan.js b/lib/bunyan.js index 405cdb24..d283c45f 100644 --- a/lib/bunyan.js +++ b/lib/bunyan.js @@ -66,7 +66,8 @@ if (runtimeEnv === 'browser') { os = { hostname: function () { return window.location.host; - } + }, + EOL: '\n' }; fs = {}; dtrace = null;