index
:
njs
master
njs mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
harness
/
compatPrint.js
blob: 67a62d86dd0f6faea0e5bf2d60fd8f8399e31913 (
plain
)
1
2
3
if
(
typeof
print
!==
'function'
)
{
globalThis
.
print
=
console
.
log
;
}