Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / node_modules / stdout-stream / test / fixtures / hello-world.js
1 var stdout = require('../../');
2
3 stdout.write('hello\n');
4 stdout.write('world\n');