Ariya Hidayat 2014-08-20 05:51:19 -07:00
parent a9809996b1
commit b5626bff97
1 changed files with 4 additions and 0 deletions

4
test/basics/exit.js Normal file
View File

@ -0,0 +1,4 @@
console.log('Hello, world!');
phantom.exit();
console.log('This should never appear');