File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -131,21 +131,13 @@ export const generateGameMetadata = async () => {
131
131
const embed = embedData && embedData . length > 0 ? embedData [ 0 ] : [ ] ;
132
132
133
133
// Look for last updated
134
- const [ lastUpdated , lastUpdatedError ] = getLastUpdated ( file ) ;
135
- if ( lastUpdatedError ) {
136
- logging . error (
137
- 'Failed to get last updated in file %s: %s' ,
138
- file ,
139
- lastUpdatedError
140
- ) ;
141
- continue ;
142
- }
134
+ const [ lastUpdated , _ ] = getLastUpdated ( file ) ;
143
135
144
136
links . push ( {
145
137
path : file ,
146
138
game : {
147
139
title,
148
- lastUpdated,
140
+ lastUpdated : lastUpdated ?? new Date ( ) ,
149
141
aliases,
150
142
rating : {
151
143
status : ratingParsed . status ,
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ export const getLastUpdated = path => {
149
149
150
150
return [ lastUpdated , null ] ;
151
151
} catch ( error ) {
152
- logging . warning (
152
+ logging . debug (
153
153
'Failed to get last updated for file %s: %o' ,
154
154
path ,
155
155
error
Original file line number Diff line number Diff line change 76
76
- [ Palworld] ( ./game-support/palworld.md )
77
77
- [ People Playground] ( ./game-support/people-playground.md )
78
78
- [ Phasmophobia] ( ./game-support/phasmophobia.md )
79
+ - [ PowerWash Simulator] ( ./game-support/powerwash-simulator.md )
79
80
- [ Prey \( 2017\) ] ( ./game-support/prey-2017.md )
80
81
- [ Quake II] ( ./game-support/quake2.md )
81
82
- [ r2modman] ( ./game-support/r2modman.md )
Original file line number Diff line number Diff line change
1
+ # PowerWash Simulator
2
+ <!-- script:Aliases [] -->
3
+
4
+ {{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}}
5
+
6
+ {{#template ../templates/steam.md id=1290000}}
You can’t perform that action at this time.
0 commit comments