We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2967130 commit e43168bCopy full SHA for e43168b
1 file changed
utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html
@@ -516,7 +516,7 @@
516
var err;
517
try{
518
519
- var data = await webcontainer.export(cwd,{format:'binary'});
+ var data = await webcontainer.export(cwd_abs,{format:'binary'});
520
521
}//try
522
catch(err2){
@@ -557,7 +557,7 @@
557
var blob = cur.blob;
558
var buf = await blob.arrayBuffer();
559
console.log(blob);
560
- var mountPoint = cwd;
+ var mountPoint = cwd_abs;
561
console.log('mountPoint',mountPoint);
562
563
0 commit comments