UNPKG

425 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const notifier = require("node-notifier");
4const path_1 = require("path");
5function notify(message, options) {
6 return notifier.notify(Object.assign({}, options, { message, title: 'CortexQL', icon: path_1.resolve(__dirname, '..', '..', 'cortexql.png'), sound: false, wait: false }));
7}
8exports.notify = notify;
9//# sourceMappingURL=notify.js.map
\No newline at end of file