This commit is contained in:
2025-08-04 14:32:04 +00:00
parent 2b246502f5
commit a92275088b

View File

@@ -17,7 +17,7 @@ export class Smartgit {
if (this.smartenvInstance.isNode) { if (this.smartenvInstance.isNode) {
this.envDeps.fs = await this.smartenvInstance.getSafeNodeModule('fs'); this.envDeps.fs = await this.smartenvInstance.getSafeNodeModule('fs');
this.envDeps.http = await this.smartenvInstance.getSafeNodeModule( this.envDeps.http = await this.smartenvInstance.getSafeNodeModule(
'isomorphic-git/http/node/index.js' 'isomorphic-git/http/node'
); );
} else { } else {
throw new Error('currently only node.js is supported.'); throw new Error('currently only node.js is supported.');