mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
b5626bff97
https://github.com/ariya/phantomjs/issues/12431 https://github.com/ariya/phantomjs/issues/12439
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
console.log('Hello, world!');
|
|
phantom.exit();
|
|
|
|
console.log('This should never appear');
|