Skip to content

Commit ba42988

Browse files
committed
fix lint err
1 parent afbe609 commit ba42988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/monitor/src/core/process-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function wrapPm2Function<T>(
8888
const safeDisconnect = Result.fromThrowable(
8989
() => pm2.disconnect(),
9090
(error) => {
91-
return new Error("Failed to disconnect from PM2", { cause: error })
91+
return new Error("Failed to disconnect from PM2", { cause: error });
9292
},
9393
);
9494

0 commit comments

Comments
 (0)