[CI > Test] Fix syntax error in script

This commit is contained in:
Ducko 2022-02-01 21:44:37 +00:00
parent a82b1adb02
commit 6936562841
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const test = () => {
});
data.stdout.on('data', (data) => {
console.log(data.toString();)
console.log(data.toString());
})
proc.on('close', async () => {