mirror of
https://github.com/appium/appium.git
synced 2026-05-03 08:51:18 -05:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
"use strict";
|
|
|
|
process.on('SIGINT', function () {
|
|
process.exit();
|
|
});
|