mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
Text can now be formatted
- Added black to the colors - Fixed setStroke to be skipped when needed
This commit is contained in:
@@ -7,7 +7,7 @@ else
|
||||
path = wScript.Arguments(0)
|
||||
args = wScript.Arguments(1)
|
||||
error = appRef.DoJavaScriptFile(path, Split(args, ","))
|
||||
if Not error = "true" Then
|
||||
if Not error = "true" and Not error = "[ActionDescriptor]" and Not error = "undefined" Then
|
||||
Err.raise 1, "dojs.vbs", error
|
||||
end if
|
||||
end if
|
||||
Reference in New Issue
Block a user