pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal
GNU General Public License v3.0
233 stars 40 forks source link

Exception while opening document #48

Closed pajoma closed 3 years ago

pajoma commented 5 years ago

Check

rejected promise not handled within 1 second: TypeError [ERR_INVALID_ARG_TYPE]: The "value" argument must not be of type number. Received type number
extensionHostProcess.js:749
stack trace: TypeError [ERR_INVALID_ARG_TYPE]: The "value" argument must not be of type number. Received type number
    at Function.from (buffer.js:215:11)
    at Function.fromString (/usr/share/code/resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:6:682)
    at l.append (/usr/share/code/resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:538:279)
    at l.append (/usr/share/code/resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:651:780)
    at define.createOutputChannel.append.t.then.t (/usr/share/code/resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:539:849)

while opening a journal page. Why is the error not handled (code seems like it)