janpio / cordova-release-tools

Apache License 2.0
1 stars 0 forks source link

error on missing RELEASENOTES.md #21

Open janpio opened 5 years ago

janpio commented 5 years ago
λ cort update-release-notes
(node:176200) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'RELEASENOTES.md'
    at Object.openSync (fs.js:431:3)
    at Object.readFileSync (fs.js:333:35)
    at Object.exports.updateReleaseNotes (E:\Projects\Cordova\cordova-release-tools\src\commands\update-release-notes.js:33:34)
    at processTicksAndRejections (internal/process/task_queues.js:89:5)
(node:176200) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:176200) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.