Skip to content

Commit 2a1551f

Browse files
Fix invalid syntax
1 parent 799ca9c commit 2a1551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/command.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const {{ service.name | caseLower }}{{ method.name | caseUcfirst }} = async ({ {
134134
payload['{{ parameter.name }}'] = stream;
135135

136136
response = await client.call('{{ method.method | caseLower }}', path, headers, payload{% if method.type == 'location' %}, 'arraybuffer'{% endif %}).catch(err => {
137-
fs.unlinkSync(archivePath]);
137+
fs.unlinkSync(archivePath);
138138
throw err
139139
});
140140

0 commit comments

Comments
 (0)