Skip to content
Snippets Groups Projects
Commit 1ecb5ac6 authored by 最萌小汐's avatar 最萌小汐
Browse files

再加一些输出

parent 560e6a69
No related branches found
No related tags found
No related merge requests found
......@@ -221,9 +221,15 @@ local p, err = subprocess.shell {
'vsce', 'publish',
cwd = out,
stderr = true,
stdout = true,
}
if not p then
error(err)
end
for line in p.stdout:read 'l' do
print(line)
end
p:wait()
print(p.stderr:read 'a')
print('完成')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment