Skip to content

Commit 13bfb80

Browse files
committed
use var name
1 parent 8edcbb5 commit 13bfb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class Logger<LogObj> extends BaseLogger<LogObj> {
1717
// style only for blink browsers
1818
settings.stylePrettyLogs = settings.stylePrettyLogs && isBrowser && !isBrowserBlinkEngine ? false : settings.stylePrettyLogs;
1919

20-
super(isBrowser && typeof('process') === 'undefined' ? BrowserRuntime : NodeRuntime, settings, logObj, isSafari ? 4 : 5);
20+
super(isBrowser && typeof(process) === 'undefined' ? BrowserRuntime : NodeRuntime, settings, logObj, isSafari ? 4 : 5);
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)