Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luohao committed Jan 18, 2021
1 parent 5f798e5 commit aed23d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file removed src/example/result/result.mp4
Binary file not shown.
1 change: 0 additions & 1 deletion src/lib.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const path = require('path');
const fs = require('fs');
const { spawn } = require('child_process');
const { parse } = require('path');
function spawnAsync(cmd, progressCb) {
return new Promise((resolve, reject) => {
const cmdArr = cmd.split(' ');
Expand Down
2 changes: 1 addition & 1 deletion src/vbs/pptv.vbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
On Error Resume Next
Set ppt = WScript.CreateObject("PowerPoint.Applicatdion")
Set ppt = WScript.CreateObject("PowerPoint.Application")

if Err <> 0 Then
WSH.Echo Err.Description
Expand Down

0 comments on commit aed23d5

Please sign in to comment.