mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
6 lines
174 B
CoffeeScript
6 lines
174 B
CoffeeScript
console.log 'using PhantomJS version ' +
|
|
phantom.version.major + '.' +
|
|
phantom.version.minor + '.' +
|
|
phantom.version.patch
|
|
phantom.exit()
|