Skip to content

Commit 72312a9

Browse files
committed
Fix after rebasing
1 parent ba9e06b commit 72312a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli-v3/src/utilities/javascriptProject.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,13 @@ export class JavascriptProject {
151151
return packagesMeta;
152152
} catch (error) {
153153
recordSpanException(span, error);
154+
span.end();
154155

155156
logger.debug(`Failed to resolve internal dependencies using ${command.name}`, {
156157
error,
157158
});
158159

159160
throw error;
160-
} finally {
161-
span.end();
162161
}
163162
}
164163
);

0 commit comments

Comments
 (0)