mirror of
https://github.com/electron/electron.git
synced 2026-02-17 18:41:39 -05:00
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
exports.reject = function () {
|
|
return Promise.reject(new Error('rejected'));
|
|
};
|