Update powershell.js

This commit is contained in:
Namhyeon Go 2023-03-10 11:28:23 +09:00 committed by GitHub
parent 3008ea8813
commit f5833dd103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ function PowershellInterface() {
this.dataType = -1;
this.target = null;
this.setExecType = function(execType;) {
this.setExecType = function(execType) {
this.execType = execType;
};