Closed scooper4711 closed 3 months ago
Looks like you are both importing different process definitions.
I've gone back and tested this, and the process object exists prior to importing your plugin. Completely clean vault, the process object looks like:
process {version: 'v20.14.0', versions: {…}, arch: 'arm64', platform: 'darwin', release: {…}, …}
I install sheet plus, and the process object now looks like:
{env: {…}}
fix 1.3.5
Describe the bug I originally opened https://github.com/Vinzent03/obsidian-git/issues/761 because it was failing to execute
process.cwd()
. As it turns out, the process object looks one way without the sheets plus plugin loaded, and looks completely different with the plugin installed.To Reproduce Steps to reproduce the behavior:
process.constructor.name
.process
.process.constructor.name
is now Object.Expected behavior Process is a node variable, and should keep its class and associated methods.
Device (please complete the following information):
Obsidian (please complete the following information):