Commit d7cd971
committed
cli: define print() for test262 compatibility
test262 tests use print() to signal async completion and errors.
The tester has its own print() implementation to catch reported errors,
but CLI should just print them, so let's alias it to console.log().1 parent ccf7f85 commit d7cd971
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
575 | 581 | | |
576 | 582 | | |
577 | 583 | | |
| |||
0 commit comments