Your IP : 216.73.216.187


Current Path : /home/exhehbu/www/wp-content/plugins/gravityforms/js/
Upload File :
Current File : /home/exhehbu/www/wp-content/plugins/gravityforms/js/skip.js

// used to exit a node process for release tasks

if (process.env.SKIP_BUILD) {
	process.exit(0);
} else {
	process.exit(1);
}