Skip to content

Commit 4373bf2

Browse files
save file
1 parent 7ba4439 commit 4373bf2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

npm/node-forge-browser/scripts/node-forge-browser.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ <h3>node-forge-browser</h3>
192192

193193

194194
async function install(){
195-
var str = packages.join(' ');
196-
console.log('npm install',str,'...');
195+
console.log('npm install',package,'...');
197196
packages.unshift('install');
198197
var process = await webcontainer.spawn('npm',[package]);
199198
var stream = new WritableStream({write(data){term.write(data)}});

0 commit comments

Comments
 (0)