Skip to content

Commit 5bc04fc

Browse files
committed
feat: add outdated=dependencies command
1 parent 7cc3d19 commit 5bc04fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ export default class Package {
976976
res = result( 500, {} );
977977
}
978978

979-
res.data.log = logger.flush();
979+
res.data.log = logger.flush().trim();
980980

981981
return res;
982982
}

0 commit comments

Comments
 (0)