aboutsummaryrefslogtreecommitdiff
path: root/test/harness/compatPrint.js
blob: 67a62d86dd0f6faea0e5bf2d60fd8f8399e31913 (plain)
1
2
3
if (typeof print !== 'function') {
    globalThis.print = console.log;
}